Questions tagged as 'reportviewer'

1
answer

Export report from ReportViewer to CSV

In ReportViewer using Winforms , when I create the report I only have the option to export to PDF, Excel and Word and I need to add the export option in CSV.     
asked by 26.11.2014 / 11:32
1
answer

ReportViewer MVC Core

I'm working on a project using ASP.NET MVC Core. I have installed all the dependencies required for the use, but it is not able to be used in my application. However, if I create a new MVC5 application it is enabled and installed. Has anyo...
asked by 18.04.2017 / 20:47
1
answer

How to pass text from textbox to report, with VS 2015, in C #?

I'm creating an app for the place where I work, which should print labels based on information I enter in a form I created. For this, I'm creating a smaller version, to test if everything I want works. I'm using Visual Studio 2015 Community w...
asked by 14.10.2015 / 00:42
2
answers

Number of lines per page reporter viewer c #

I would like to know how to display in the report (reporter viewer / c #) the number of rows per page and the total amount on all report pages.     
asked by 25.06.2015 / 13:28
0
answers

Generating report with ReportViewer

How can I generate a report of an object and its dependencies in Report Viewer with C #? I have a Car class, where each Car has its Models. I can display a report with the separate Cars and Models, but how do I stay? Modelo1 Carro1 Carro2...
asked by 12.08.2017 / 18:49
1
answer

RDLC report in an internal project folder?

I created a system with C # and WinForms and to create my reports I created an internal folder in the project with the name of reports , in this folder I create the RDLC for display in ReportViewer and it works fine when I'm develop...
asked by 30.09.2016 / 08:50
1
answer

Remove Report Viewer Border

I have tried in several ways to remove this border that appears in the report viewer, and I did not get it at all. BelowispartofmycodewiththepropertiesIaddedtoremovetheborder:viewer.SizeToReportContent=true;viewer.Width=System.Web.UI.WebCont...
asked by 28.12.2016 / 19:18
1
answer

Printing with ReportViewer Asp.Net

Good afternoon, I'd like some help. I am generating an impression by ReportViewer with Visual Studio 2010, the report is generated correctly but in the print preview the Print button in the report does not appear. So I decided to convert the...
asked by 29.01.2016 / 12:17
1
answer

Error generating report in production - ReportViewer Version 11

I'm working with webforms and generating a report in the reportviewer locally, the report accepts parameters and has a dataset // Parametros List<ReportParameter> parametersReport = new List<ReportParameter>(); parametersReport.Add...
asked by 05.11.2018 / 20:32
2
answers

Error Setting Datasource in VS Community 2015 C # + ReportViwer + Mysql

Good afternoon. having a tremendous difficulty to solve this problem. I am in the distribution phase of an App and exactly today I had a serious problem. Generate a report using RiportViwer and Mysql in VSC 2015. Application running smooth...
asked by 31.03.2017 / 22:27