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).

How to add rdlc file to ReportViewer in WPF projects

I've added a ReportViewer in a WPF app via the XAML designer of my main window and I'd like to …

c# wpf mvvm reportviewer rdlc
Using Object data source in ASP.NET 4 ReportViewer

OK, I think I'm getting mad here... I thought this should be super simple, but I just can't figure out …

asp.net reportviewer
Formatting ASP.NET ReportViewer with CSS classes and online specific rules?

How can I assign classes to the online/ASP.NET (not a desktop app) version of ReportViewer? I'm also intersted …

c# asp.net css reportviewer reportviewer2008
ReportViewer in MVC 4 partial

I am still unsure the best way to go about it. I've read alsorts of resources, yet still no closer …

asp.net-mvc asp.net-mvc-4 reportviewer ascx
ReportViewer without DataSet (.xsd), just SqlDataSource

Is there any way I can create a report without using (.xsd) DataSet? I don't want to go through that …

asp.net dataset reportviewer report sqldatasource
Report Viewer Font getting stretched on WIndows Server Machine only

I did a small app to make shipping bills, where a user enters the information they want and can either …

c# .net reportviewer
SSRS 2016 Report Viewer Control

We are looking at installing SSRS 2016. We currently use ReportViewer Control 11 (2012). Do we need to upgrade to ReportViewer Control 12 (2015) in …

sql-server reporting-services reportviewer ssrs-2016
Alternative SSRS Front-ends

Given that Sql Server Reporting Services is designed to be open and extendable, and that the bundled Report Manager isn't …

asp.net open-source reporting-services reportviewer
Show total number of pages in an RDLC report toolbar

I have several reports using MS ReportViewer. The reports are showing the standard ReportViewer toolbar. On this toolbar is a …

reportviewer
How do I adjust overall width of rdlc report when some columns are hidden?

I have a customizable rdlc report where the user can choose which columns to show. All the columns are included …

c# winforms reportviewer rdlc