Questions tagged [report-viewer2010]

Microsoft Report Viewer 2010. Only use if your question is specifically related to features of this version.

Microsoft Report Viewer 2010 is a .NET control that allows you to easily integrate reporting into your application. It facilitates the display of RDLC files in everything from web to desktop applications.

References

See for more information.

229 questions
13
votes
6 answers

Winforms Could not load file or assembly 'Microsoft.ReportDesigner, Version=10.0.0.0' in VS2012

This is driving me nuts. I have a winforms app build in VS2012 targeting .NET 4.5. On a few forms I have to use a ReportViewer. At first I worked with ReportViewer for 2012 (version 11.0.0.0). All working fine. However, my client doesn't want to…
Stephan
  • 463
  • 2
  • 7
  • 22
13
votes
3 answers

set page layout for report viewer in visual studio 2010

I again have a little problem. I have used ReportViewer in my Windows Form Application in visual studio 2010. The width of my report id about 7 inches. When i view the report in print layout, the report is cut across the page,i.e, only half of the…
Samarth Agarwal
  • 2,044
  • 8
  • 39
  • 79
11
votes
3 answers

Report Viewer Web Control Version 10 Gives Error Despite Set Up Correctly

Reports are deployed and working, verified in Report Manager. My application is an MVC2 app with my report on its own aspx page. This page worked with version 8 of the report viewer control, but we moved to new servers, upgraded sql server, and are…
Josh
  • 16,286
  • 25
  • 113
  • 158
8
votes
2 answers

Report Viewer 2010 Issue On Non-admin Accounts

I have used a ReportViewer control in my Winforms application. The reports contain some expressions, so it tries to create "expression host" assemblies in temp folder. Unless I run the program with administrator privilege (i.e. right-click, select…
Delphi.Boy
  • 1,199
  • 4
  • 17
  • 38
8
votes
3 answers

How to create totals row for grouped columns

If have an rdlc-report with grouped columns within a tablix (table). I want to add a footer row that spans all dynamically created columns and shows a total for all columns together. How can I tell to a cell that it should span all created columns…
HCL
  • 36,053
  • 27
  • 163
  • 213
7
votes
3 answers

VisualStudio Report Viewer not rendering report body in Chrome

I'm aware that Chrome is not supported - http://msdn.microsoft.com/en-us/library/ms156511.aspx for the Report Viewer. The solution here has not worked for me ReportViewer problem in google chrome unfortunately In our case the report body is blank. I…
Liam
  • 1,267
  • 2
  • 17
  • 30
7
votes
5 answers

ReportViewer: Show reports in Print Layout with Page Width zoomMode

I am using C# winform reportviewer 2010. I changed the default option to view reports to Print Layout (Whole page) with SetDisplayMode(). However since Whole Page is the default zoom option for print layout, even if I set the ZoomMode to PageWidth…
Aqua267
  • 873
  • 3
  • 12
  • 35
6
votes
3 answers

How to collapse a row in RDLC rather than just hide it?

I have an RDLC report showing a table. A certain row in this table should not appear in some conditions apply. I was able to set the Hidden property to false using an expression if these conditions apply. The problem is that, though hidden, the row…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
6
votes
1 answer

SSRS Set Parameters programmatically causing to state ValidValueMissing

I'm trying to get the parameter of user name and replace its value with the session's username so I can pass to a Stored procedure inside the DRL to generate a table timestamp with this user name. The parameter "username" is one of the parameters of…
Eddie Rozenblat
  • 832
  • 3
  • 11
  • 21
6
votes
1 answer

ReportViewer 2010, IO.Exception\

I have an issue which I have concluded it is machine specific based, however I would like to know, how can solve it in case it comes up in another machine. I have developed I WPF project (.NET 4), which I install using Installshield LE.…
apomene
  • 14,282
  • 9
  • 46
  • 72
5
votes
2 answers

Report created by ReportViewer shows in Excel an error message

If I generate an excel-report, excel 2010 shows the following warning message: file error: data may have been lost Note: I already have found the solution and will post it immediately. I make this entry for other people having the same error.
HCL
  • 36,053
  • 27
  • 163
  • 213
5
votes
2 answers

How to Query Data From SQL Server?

I have a problem in query data from database to make report in VB.NET. I use the Business Object to do the report. And here is my example data: ___________________________________________________________________________ | | | …
Eric
  • 248
  • 2
  • 8
  • 21
5
votes
1 answer

What is the easiest way to make a "Banded" Report in RDLC?

Okay, I may have been googling for the wrong search terms but I can't find how to make a MS-Access style banded report with RDLC (that is the crippled report designer in Visual Studio 2010, not BIDS) And by banded I mean, a report with group headers…
MatthewMartin
  • 32,326
  • 33
  • 105
  • 164
4
votes
2 answers

Winforms ReportViewer and Open After Export

When using the default export buttons within the ReportViewer, is there a way to simply prompt the user to open the exported report? I looked at the ReportExport event, though this fires before the export occurs. The only thing I can think of is to…
mservidio
  • 12,817
  • 9
  • 58
  • 84
4
votes
1 answer

Winforms ReportViewer and setting parameters properly for ServerReport

I'm setting parameters for a report that I'm showing in ReportViewer control, and the parameters are setting properly and the report is running with the proper parameters, however the actual controls that provide the report criteria at the top of…
1
2 3
15 16