Top "Reportviewer" questions

The Microsoft ReportViewer control enables web and client applications that run on the .NET Framework to display reports designed using SQL Server Reporting Services (SSRS).

Could not load file or assembly Microsoft.ReportViewer.WebForms.XmlSerializers

i am using ReportViewer control in my aspx page. i am accessing the report from remote processing mode. this is …

c# asp.net sql-server-2008 reportviewer
SSRS tablix Merging cells vertically problem

I found the colspan and rowspan property defined in TablixCell,but in report Designer still can't vertical merge cells,if …

reporting-services reportviewer rdlc rdl
the application requires that assembly microsoft.reportviewer.processingObjectModel version 11.0.0.0 be installed in the global assembly cache first

I have a small windows forms application created in Visual Studio 2012 that uses ReportViewer version 11.0.0.0. The application target framework is .…

.net-4.0 visual-studio-2012 reportviewer gac
The attempt to connect to the report server failed - Setting URL and Path in ASP.NET?

I'm trying to connect to a Report (rdlc file) using ASP.NET Web Applications. I'm working with VS2010 and the …

asp.net reporting-services reportviewer report-viewer2010
SSRS - Disabling export options (eg. PDF) for individual reports

We have many reports which we use on the website. While exporting some reports as PDF, the file size gets …

ssrs-2008 reportviewer reporting-services
SSRS Extra Blank Page at the end in ReportViewer Control not in PDF

I have a report created in SSRS 2008 that I call from and display in an asp page using the ReportViewer …

reporting-services reportviewer
Publishing Web site without installing Microsoft Report Viewer

I have a web server with ftp access only, and I can't install Microsoft Report Viewer on it. How do …

iis reportviewer publish
Microsoft ReportViewer Web Control Requiring a ScriptManager

I'm trying to render the report viewer programmatically within a custom Page placed in an IHttpHandler context ReportViewer rv = new …

c# ajax visual-studio-2010 .net-4.0 reportviewer
How to show headers in each page of the report in Microsoft Report Viewer

I am trying to create some reports, and I want to show the headers in each page of the reports. …

c# reportviewer
Export C# reportviewer control programmatically

Does anyone know if you can programmatically save a report shown in a reportviewer control in C#? When a report …

c# export reportviewer