Questions tagged [reportviewer2008]

Microsoft Report Viewer 2008 is a .NET control that allows you to integrate reporting into your application. Only use if your question is specifically related to features of this version.

Microsoft Report Viewer 2008 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.

117 questions
19
votes
1 answer

How do I get page numbers to appear on rldc microsoft reports (local mode) when exported to pdf?

I need the page numbers to appear on the pdf export of the report. I'm using reportviewer 9. Anyone know how to do this? Thanks, Isaac
Isaac Bolinger
  • 7,328
  • 11
  • 52
  • 90
9
votes
5 answers

Visual Studio 2010 is asking to convert RDLC created on VS2008 to RDLC 2008 format?

I've created my project on Visual Studio 2008, as well RDLC files on it. But now, when I open the solution on Visual Studio 2010 and want to open RDLC file, it's showing me a warning. That's a little funny. The report was created on VS2008 and…
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161
7
votes
2 answers

ReportViewer scroll issues in IE

I've deployed a report using reportViewer on my local machine. It's a wide report so requires a horizontal scroll bar across the bottom of the report but fits fine vertically. This is fine in FF, however IE renders it with the vertical scrollbar as…
Boob
  • 1,023
  • 4
  • 13
  • 20
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
5
votes
2 answers

ReportViewer: How to load report as an embeddedresource in another assembly using reflection?

I'm not really sure how to go about this. I created a generic class to open reports up for my application. The reports are contained in another DLL that is not referenced as an embedded resource though. If I reference the DLL I can just…
myermian
  • 31,823
  • 24
  • 123
  • 215
4
votes
1 answer

How to call print from asp.net on a reportviewer control?

I'm using ssrs with an asp.net reportviewer control to display server reports. We want to do away with the toolbar because it doesn't fit with our look and feel but we want to maintain some of the functionality, the one bit I'm struggling with is…
bonneyab
  • 85
  • 1
  • 2
  • 8
4
votes
2 answers

external image in RDLC report

I'm trying to use an external image on a report in my application. It's a windows application form. The property EnableExternalImages of localreport is True The source of image is External As value i'm trying this. file:///C:\image.png I can see the…
4
votes
1 answer

Trying to calculate the Average of the non zero rows in a column in an RDLC

Is there any way to caculate the average of the non zero rows only for a column of data in a table in an RDLC for Microsoft report viewer? ie 0 0 0 5 5 = 5 not 2 I tried Count( fields.n.value > 0 ) to get the count of non zero rows, but it returned…
Eric Brown - Cal
  • 14,135
  • 12
  • 58
  • 97
3
votes
2 answers

How to create barcodes using ReportViewer Local Report VS 2008?

I'm trying to figure out how to create barcodes using ReportViewer Local Report VS 2008. I find a component at: www.neodynamic.com/barcodes/Interleaved_2_of_5_Barcode_asp_net.aspx It seems there is no other solution native... Is there another…
Ricardo
  • 1,549
  • 2
  • 12
  • 11
3
votes
1 answer

IE7 ReportViewer Control

I have a site that I built and works well for everyone in IE8/IE9, Chrome and FireFox. However, now my client is asking for this to work in IE7 as well since there machine still has IE7. I can’t figure out what is wrong with the ReportViewer…
Mike
  • 55
  • 4
3
votes
1 answer

Is it possible to export a SSRS report to Excel, with the report's chart as an Excel chart not an image?

I have a simple bar chart in an SSRS 2008 R2 report which is rendered using the VS2008 ReportViewer control in my ASP.NET AJAX application. By default, when the report is exported to Excel, the chart is represented in Excel as an image. Is it…
temarsden
  • 332
  • 5
  • 16
3
votes
1 answer

How to bind objects correctly with reportviewer?

I've been studying report viewer recently and I have one problem I cannot resolve... I'm trying to bind data from a collection of objects (headers) where each object has a collection of child objects (rows). How can this be done? Below are pieces of…
Dave81
  • 2,975
  • 1
  • 16
  • 9
3
votes
1 answer

How to make the table pushing the footer to the end of page in Microsoft Report

I’m developing a Reportviewer and want to extend the table to the end of page event it has few or no record. Below is the table design in Visual Studio 2013 – VB.NET project. The table has five columns: Items, descriptions, quantity, unitprice, and…
Trind 07
  • 839
  • 1
  • 9
  • 20
3
votes
2 answers

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 in using web specific formatting, e.g. ems versus ReportViewer desktop defaults such as points and inches.
firedrawndagger
  • 3,573
  • 10
  • 34
  • 51
3
votes
5 answers

Does the Microsoft Report Viewer Redistributable 2008 really require .NET Framework version 3.5?

I'm packaging up a .NET 2.0 based web app for deployment through a Windows Installer based package. Our app uses Report Viewer 2008 and I'm including the Microsoft Report Viewer Redistributable 2008 installer. When I check the download page for…
1
2 3 4 5 6 7 8