Questions tagged as 'reportviewer'

0
answers

ASP.NET MVC Reports in PDF and EXCEL

Good afternoon, I would like to get references about better reporting tools in an MVC application that allow me to export the result to PDF and EXCEL. Currently, I'm creating a VIEW, filling a MODEL with the data, and making it possible to ex...
asked by 05.10.2016 / 16:27
0
answers

Report viewer with parameters. W#

Hello The report (.rdlc) is successfully returning data with the help of a datatable , however I need to put parameters and it does not work. Follow the code: private void frmReportTeste_Load(object sender, EventArgs e) {...
asked by 01.07.2016 / 17:05
1
answer

ReportViewer - MethodAccessException

Good afternoon, I use the VisualStudio 2015 Community on a Windows 10x64 and am encountering the following problem when running the debug of a Windows Form Application project: System.MethodAccessException was unhandled HResult=-21462...
asked by 17.03.2016 / 18:33
0
answers

Help with reportviewer + MYSQL (tables + object data)

I have a problem, regarding creating a reportviewer. I've programmed a structure, which calls the report, passes a single parameter to the report, saves it as a PDF, and opens the same with the native PDF reader. Here is the code for this par...
asked by 22.10.2015 / 03:46
2
answers

Create ReportViewer in Asp.Net MVC

How to create ReportViewer in Asp.Net Mvc 4 ? The Report is done, I just need to create the ReportViewer with the options to export pdf, excel and word. Example: <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Ve...
asked by 09.09.2015 / 19:40
1
answer

How to open different rdlc in a single Report Viewer control?

What could be wrong with my code below? Private Sub LocalReport(ByVal digito As Integer) Dim relatorioCorrente = New Microsoft.Reporting.WinForms.ReportDataSource() ReportViewer1.LocalReport.DataSources.Clear() If (digito = 1) Then Repor...
asked by 10.09.2015 / 15:13
0
answers

ReportViewer Design in ASP.NET MVC

I have a page where I need to insert only the ReportViewer drawing in the View and assign the report ready for this ReportViewer How can I do this?     
asked by 14.09.2015 / 22:07
0
answers

ReportViewer with list of one table and information from another table

I have the following problem, I have a table AVALIAÇÃO and another PACIENTE . I need to generate the whole list of evaluations of a particular patient. I already have the query in my datatable that does this, however, I do not know...
asked by 18.05.2015 / 16:11
1
answer

How to print an RDLC report in ASP.NET

I have rdlc created, and I have a page aspx that has a print button, when I click print I want to call the rdlc that I have created for printing. How do I?     
asked by 04.05.2015 / 18:47
0
answers

Remove white space reportviewer

I have a ReportViewer that hides the TextBox if it is blank, however hiding is the white space in the report. The TextBox are positioned vertically then when some hide is a space between them. Does anyone know how to...
asked by 25.11.2014 / 17:07