Questions tagged [reportviewer]

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

Microsoft Report Viewer is a freely distributable control that enables applications that run on the .NET Framework to display reports designed using SQL Server Reporting Services. There are two versions: the web server control for ASP.NET applications, and a Windows Forms control for WinForms applications.

References

2349 questions
145
votes
13 answers

Missing Microsoft RDLC Report Designer in Visual Studio

In Visual Studio 2015, I cannot find the designer for RDLC reports anymore. Does anyone know if this is only a bug and if it is provided later on or if Microsoft wants to kill the RDLC or if they want us to use an external designer and when, which…
HCL
  • 36,053
  • 27
  • 163
  • 213
85
votes
10 answers

SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports are blank in Safari and Chrome

I migrated our reporting services from version 2008 to another server version 2008 R2. In version 2008 the reports work fine on Safari. The new version 2008 R2 the reports do not show up at all. All I see is the parameter section and then the report…
83
votes
17 answers

SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports in Safari/Chrome but works fine in Firefox/Internet Explorer 8... why?

I have some simple reports in SSRS 2008 R2, but they won't display at all in Safari or Chrome. According to Microsoft's Books Online, these browsers are supported in limited fashion. However, I can't see anything after the data "Loading" clock…
Greg H
  • 831
  • 1
  • 7
  • 4
67
votes
14 answers

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

I am trying to use the report viewer in asp.net and have uploaded my site. However, when my page containing the report viewer is loaded, it shows the following error: Could not load file or assembly 'Microsoft.ReportViewer.WebForms,…
Krishna
  • 671
  • 1
  • 5
  • 3
62
votes
8 answers

How can I use a reportviewer control in an asp.net mvc 3 razor view?

I'm trying to use a reportviewer control, within a razor view, in the mvc 3 framework. The online documentation talks of drag and drop. Any suggestion on how to insert it into the view.
Arun
  • 1,599
  • 5
  • 19
  • 33
59
votes
20 answers

Empty pages in RDLC-Report

I have a rdlc report that conains a tablix, nothing other. The Tablix expands in horizontal direction to show days and in the vertical direction to show groups. The tablix works as expected, as long as I set the width of the content area equal to…
HCL
  • 36,053
  • 27
  • 163
  • 213
54
votes
9 answers

Viewing SSRS Reports in an ASP.net MVC Site

Is there a way to put a SQL Server Reporting Services report viewer control on an ASP.net MVC view? If not...what is the best way to accomplish this?
Dismissile
  • 32,564
  • 38
  • 174
  • 263
54
votes
6 answers

Creating a PDF from a RDLC Report in the Background

I am running a month-end process and want to have it automatically create some of the reports that need to be created at that time. I am using rdlc reports. Is there a way to automatically create a PDF from a RDLC report in the background?
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
34
votes
4 answers

Publishing RDLC files

I have a few RDLC files in my WPF application. When I publish the project, the report files don't get published, and when I try to access them with the client I get an error saying that they're not found. I've checked the publish folder, and indeed,…
Jake
  • 7,565
  • 6
  • 55
  • 68
32
votes
3 answers

Using MS ReportViewer in WPF

I'm about to start using the MS ReportViewer in a WPF application by placing the ReportViewer in a WindowsFormsHost. Is this the correct approach? What is the best way of designing the reports as you cannot use the ReportViewer at design time in a…
Mitch
  • 2,471
  • 8
  • 38
  • 46
30
votes
16 answers

ReportViewer Control - Height issue

In my asp.net application, I am trying to open a particular report. I have the ReportViewer Control set with width of 100% and height of 100%. Now I expect that to mean that the report will take up the entire page. Well to my surprise, it does…
Dan Appleyard
  • 7,405
  • 14
  • 49
  • 80
26
votes
2 answers

Can one use Reportviewer Control in ASP.net Core

I want to make use of the Reporting Services ReportViewer control in an ASP.NET Core MVC project. The solution as proposed in other answers it to add a webform to the project. However since ASP.NET Core doesn't support webforms I cannot add the…
devfric
  • 7,304
  • 7
  • 39
  • 52
24
votes
4 answers

ASP.NET MVC & SQL Server Reporting Services

I am getting started with ASP.NET MVC. Is it easy or even possible to use the ReportViewer in MVC as you can with webforms? If not, what can be done?
Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346
23
votes
4 answers

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 i modify the RDL xml file manually set Rowspan,the reportViewer show me error info:RowSpan must be 1 for CellContents inside a…
guaike
  • 2,471
  • 9
  • 31
  • 42
23
votes
8 answers

ReportViewer Client Print Control "Unable to load client print control"?

Has anyone come across this issue? Seems MS have broken it with their own update: A number of people have reported problems using the ActiveX print control in the report viewer after installing Microsoft Update 956391. Specifically, users…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
1
2 3
99 100