Most voted "reportviewer" questions
Microsoft Report Viewer is a reporting engine created by Microsoft.
Learn more…78 questions
Sort by count of
-
0
votes0
answers462
viewsReportviewer with list of a table and information of another table
I have the following problem, I have a table AVALIAÇÃO and another PACIENTE. I need to generate a whole list of patient evaluations. I already have the query in my datatable that does this, however,…
-
0
votes1
answer150
viewsHow to open different rdlc in a single Report Viewer control?
What could be wrong in my code below? Private Sub LocalReport(ByVal digito As Integer) Dim relatorioCorrente = New Microsoft.Reporting.WinForms.ReportDataSource()…
-
0
votes1
answer40
viewsReportviewer Asp.net
I’m trying to generate reports with Report Viewer. But when I go to make the configuration of the page rdlc , and I will add a table for example , the visual studio gives error , and restarts .…
-
0
votes1
answer329
viewsPagination x de y for Danfe in Report Viewer
Would anyone know how to make this pagination as in the photo example below? This paging is easily done in the header or footer of the Report Viewer, but apparently the pagination is in the body of…
-
0
votes1
answer458
viewsDoubt about Reportviewer C#
Good evening, I wonder if you have how to put a text in the report for example I am making a receipt and put a textbox and I would like to put everything in the same line for example I received…
-
0
votes0
answers446
viewsMultiple RDLC (Report Viewer) in a single report
I have a report in Report Viewer that is all injected via parameters, do not use Dataset. I need to make it print a header that would be a single report model (a RDLC file), the body would be…
-
0
votes0
answers513
viewsHelp with reportviewer +MYSQL (tables+object data)
I have a problem with creating a reportviewer. I programmed a structure, which calls the report, passes a single parameter to the report, saves it as PDF, and opens it with the native PDF reader.…
-
0
votes0
answers497
viewsPrevent page break in Microsoft Report
I created a report in Visual Studio 2015. Information is displayed correctly: However, when I click to visualize printing, it is cut (see that the information I painted is not appearing): How to…
-
0
votes0
answers59
viewsVisual Studio 2015 restarts when creating a Report file
Whenever I try to create a Report file in my project, Visual Studio 2015 presents the following messages: How could I solve this?…
-
0
votes0
answers58
viewsMysql - VB - Connection error
I have an error, when trying to connect to Mysql in a report accompanied by a Reportviewer is making a mistake.. I have already tried to create a user with all access on Workbench in the previous…
-
0
votes1
answer61
viewsReportviewer - Methodaccessexception
Good afternoon, I use Visualstudio 2015 Community on a Windows 10 x64 and am encountering the following problem when running the debug of a Windows Form Application project:…
-
0
votes1
answer566
viewsError Report Viewer and Mysql: Visual Studio Enterprise 2017
In this case did not appear in the Report Viewer list the Mysql database after I was able to install Mysql to Visual Studio 1.27 in the case at the end of the table connection process with the…
-
0
votes2
answers860
viewsHow to install Assembly Microsoft.ReportViewer.Processingobjectmodel 12.0.0.0 in GAC?
I am using Visual Studio 2015 and my project uses Reportviewer, but when I export my application to be installed on my client’s computer it informs me this message: I have searched all day on the…
-
0
votes0
answers1073
viewsReport Viewer with parameters. C#
Hello! The report (.rdlc) is successfully returning data with the help of a datatable, but I need to put parameters and it doesn’t work. Follows the code: private void frmReportTeste_Load(object…
-
0
votes0
answers971
viewsASP.NET MVC Reports in PDF and EXCEL
Good afternoon, you guys, I would like to get references on better tools to generate reports in an MVC application that allows me to export the result to PDF and EXCEL. Currently, I am creating a…
-
0
votes0
answers88
viewsShow Report Viewer Multi-value Parameter values
I have a question, as I can display all the recorded values in a Multivalore Parameter in Report Viewer (C#), I can display a value of a specific position (Parameters!Test.Value(0)), but I wanted to…
-
0
votes0
answers71
viewsHow popular is Reportdatasource() object in a webform.aspx?
As an example below follows the example of the Entity, Interface, Repositorio and the Controller of the MVC system. In sequence the code of a formulário webform.aspx what use to display the Pedido…
-
0
votes0
answers156
viewsAssembling report with Reportviewer in C#
I have two tables in the database that are Purchase and Purchase Items. How is it possible to make a report using Reportviewer . rdlc that stays with the following pattern: Dados da Compra Dados…
-
0
votes1
answer213
viewsBlank tablix
I tried using Report Viewer, but the data from Tablix is blank Load from the form: reportViewer1.LocalReport.DataSources.Add(new Microsoft.Reporting.WinForms.ReportDataSource("Tablix1",…
-
0
votes1
answer104
viewsWindowsforms - C# - Reportviewer - "Full HD Resolution" Remove Edges
I am using the Report Viewer, the data appears normal, but appears a blank border on computers with high resolution as FULL HD for example. Code for loading the form. Properties of the report. I…
-
0
votes0
answers217
viewsError opening aspnet page C#. Could not load file or Assembly 'Microsoft.ReportViewer.Common, Version=12.0.0.0
Good evening, everyone. I have developed a website, which on a given page shows a report. Locally it works normally, but when I run on the published page, it gives the error: Server Error in '/'…
-
0
votes1
answer97
viewsReport Viewer - app.config unknowingly
I am unable to make a Report Viewer connection with Mysql, it does not appear in the "Choose Data Source" list. I believe that the problem is in the "app.config" that is disfigured someone could…
-
0
votes1
answer17
viewsReportviewer deleting data from Access database
I recently added Reportviewer to my Visual Studio 2015 Community for creating and printing reports. My database already contained information, added before adding Reportviewer. I am currently 4…
-
0
votes0
answers163
viewsHow to pass a Datatable to Reportviewer?
I receive the database query in a Datatable, I need to pass the datatable to a tablix in reportviewer by code, but when I run the tablix returns blank, I searched in several places and did not find…
-
0
votes1
answer102
viewsError while refreshing report Viewer C#
I’m having a problem running a report on Viewer in c#. The problem is the following I have to add a list in the data source, but it adds the first list, then no longer updates. What Can Be ? Code…
-
0
votes0
answers47
viewsCount lines in a group in a Reportviewer report (rdlc)
Good morning, everyone. I am developing a system for employee registration that needs to generate the individual point sheets of each employee, for this I am using Reportviewer. In the body of the…
-
0
votes0
answers32
viewsError in custom code fields when exporting Reportviewer (RDLC) report to PDF
I have a custom code in a Reportviewer (RDLC) report that basically checks whether a specific date is within a date range contained in a set of ranges coming from a database and returns a value. The…
-
0
votes0
answers23
viewsReport Viewer returns #Error
I am developing a report that should return a table whose data comes from a class, where this class has List type property. The problem is that when I report it appears #Error in column data. The…