Questions tagged as 'reportviewer'

1
answer

WindowsForms - C # - ReportViewer - Compound object

Good afternoon, I'm starting to develop reports using ReportViewer for Desktop applications using WindowsForms (C #). I'm having problems with objects made up of others, for example: class Produto { public int Codigo { get; set; }...
asked by 11.04.2016 / 23:05
2
answers

Dynamic Report c #

I am preparing a report with the following structure: So far everything is set up right, I'm using C # Windows Form, using the ReportViewer component to make the report, but when it comes to getting the data, it just takes the information...
asked by 13.07.2015 / 19:16
1
answer

How to position text biased in ReportViewer?

Is there a way to tilt a word (textbox, or other possible way) in the ReportViewer so that it is 45 ° (degrees), for example?     
asked by 16.08.2014 / 20:07
1
answer

Print Report Reporter directly, without preview

I need to send a report directly to the printer, without preview or PDF generation. The problem is that the application is Web Forms and all the solutions I've found so far only support Windows Forms, that is, the application ends up search...
asked by 10.12.2014 / 17:36
1
answer

Loading reportviewer through an object

I'm using the Report Viewer to do some reporting, but I'm not able to access some data from my object. instead of making a direct connection to the database I pass a DataTable as a reference, and already in the ReportViewer I add a DataSet Objec...
asked by 12.08.2017 / 15:38
1
answer

Add the same column by different criteria?

I'm trying to create a report using ReportViewer that makes a SUM in the same column by different criteria. My query works fine in PHPMyAdmin but in QueryBuilder the ReportViewer does not work and returns an error. How to solve...
asked by 29.09.2016 / 06:10
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

Error while running ReportViewer

I put what he asks for in web.config. Web.Config: <system.web> <globalization culture="pt-BR" uiCulture="pt-BR" /> <compilation debug="true" targetFramework="4.5"> <buildProviders> <add exte...
asked by 16.09.2015 / 15:30
1
answer

Problem creating reportviewer in asp.net mvc

I installed the "Install-Package MvcReportViewer" package via the Package Manager Console and trying to create the ReportViewer gives an error of not finding the reference. My code: View @using MvcReportViewer; <-- Aqui dá erro <h...
asked by 10.09.2015 / 20:02
2
answers

Printing windows forms with direct reportviewer on the printer

I have an application made in windows forms and reportviewer , my problem is in printing:    I need to print directly to the printer without having to open the check box to select the printer How to do this in c# ?...
asked by 12.01.2017 / 20:07