reportviewer2008

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 Report Viewer 2008, it lists .NET 3.5 as a requirement. Is having .Net 3.5 installed real...

C# + asp.Net + Custom Sybase SessionState provider + ReportViewer = some reports crash.

I'm using a Custom Session State provider to store our session data in our Sybase Database. It's working well, but some reports in the report viewer control consistantly cause the following crash. System.Web.HttpException: The session state information is invalid and might be corrupted. Generated: Thu, 02 Apr 2009 20:21:47 GMT System....

Hide a report item from print / export of an rdlc report

I have an RDLC with multiple tables and for each table, I have a toggle TextBox Item that hides the corresponding table from the report. It works perfectly, however, I don't want these text boxes to be visible in the printed/exported reports. They are really meant for disabling content in the report and not as content themselves. Is ther...

ASP.NET Report viewer Control

Hi to all.. I tried to create 'ReportViewer' control (ASP.net 3.5) dynamically., This is Code Snippet : ReportViewer objRpt = new ReportViewer(); objRpt.Reset(); This is error text : 'ReportViewer' does not contain a definition for 'Reset' and no extension method 'Reset' accepting a first argument of type 'ReportViewer' coul...

ObjectDataSource.Select with Parameters Time Out

I'm using an ObjectDataSource with a 2008 ReportViewer control and Linq to CSV. The ODS has two parameters (the SQL is spelled out in an XSD file with a table adapter). The Reportviewer takes a very long time to render the output after a button is clicked to generate the report. That's my first problem. Even though it works (most of the ...

How to Get Total Page Count for a Report Using CrystalReportViewer?

Hi, I am using Crystal Report 2008 with C#, have a WinForm and want to show Page N of M to user in a Label. How can I impelemnt that? I searched and couldn't find any straightforward answer. NOTICE: I used a CrystalReportViewer1 and CRGeneral.rpt ...

Sql Server Report - ReportViewer - Is there a way to specify the scroll bar colors?

Is there a way to change the default scroll bar colors in code? My failed attempt is of no use. This is using VB.Net in webform. .ReportRender { background-color:#eaf3ff; SCROLLBAR-FACE-COLOR: white; SCROLLBAR-HIGHLIGHT-COLOR: #d6e8ff; SCROLLBAR-SHADOW-COLOR: #d6e8ff; SCROLLBAR-3DLIGHT-COLOR: #6699cc; ...

SSRS Report viewer in sharepoint with document.domain set.

I'm presently working on a large intranet mashup that uses sharepoint to aggregate content from several other internal servers such as: moss.myapp.internalserver.local - The MOSS portal ssrs.myapp.internalserver.local - SQL Server reporting services reports app.myapp.internalserver.local - Custom ASP.NET MVC forms The moss portal inv...

Create ASP.NET ReportViewer in a child control in ASP.NET; Document Map button breaks

We are having a strange issue with the Visual Studio 2008 ReportViewer control. Specifically, when we have a child control on a page, and the child control itself hosts a report viewer, and the report has a document map, the postback on the show/hide document map button seems to be lost, so the document map never disappears. I played w...

Visual Studio Report Viewer Control 2008

I used the Report Viewer Control with SQL 2005 a few years ago. Back then I had to download and install the control manually, even for development, if I remember this correctly. It appears that VS 2008 is supposed to come with this control, and it is supposed to be in the Data section in the Toolbox. I am using VS 2008 Database Edition a...

SSRS - Still no local rendering of 2008 reports in the latest viewer?

I can't believe this - I just starting developing an SSRS report, using a SQL 2008 Report Server project in VS 2008. When I try to render the report in the VS 2008 ReportViewer control, I get this error The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sql...

Reporting Services: there's data but it is not displayed in ReportViewer

I'm pretty new to Reporting Services though I have a lot of experience with Crystal Reports and databases (and MS Access reports if that counts ;-). Anyway, I created simple reporting project in VS2008 using wizard, with simple stored procedure that has 2 options parameters - and since they're optional I do not assign their values. There...

ReportViewer scroll issues in IE

Hi, 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 well and no matter what I do I cant get rid of it! Is this a problem with IE? Can I...

Asp.net Microsoft ReportViewer using rdlc page never loads

I have installed the Visual Studio 2008 sp1 Report Viewer Redistributable on the web server. I had to download it from microsoft, because the location I've seen other people post does not exist on my install of visual studio. I downloaded the one that is located here: http://www.microsoft.com/downloads/details.aspx?familyid=BB196D5D-76...

Microsoft report viewer subreport, footer of subreport not showing up.

I'm using the MicrosoftReportViewer in VS2008, to display a report in a asp.net applicaiton (mvc). I have a subreport on my report. In my footer on the subreport, I have a textbox that displays the sum of one of the columns. and another text box with a label for the sum box. Neither of these show up in my report when I run it. All o...

Modifying Export to Excel in ReportViewer

I have a formatted table in ReportViewer. When I want to export to Excel though - I do not want to export the formatted table - instead I want to output the original/raw/unmassaged data table in an excel file. What's the best way to intercept the Export to Excel function and output data in a different format? ...

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

Does MSI installer exist for Microsoft Report Viewer Redistributable 2008?

I'm trying to embed Microsoft Report Viewer 2008 to my installer package on InstallShield. It accepts a Chained msi, but I was able only to find .exe and not a .msi version for ReportViewer. Does anyone know if is there a way to find this ReportViewer.msi or convert the ReportViewer.exe to ReportViewer.msi? thank you ...

RDLC Report Viewer Drill Through Report

I had posted this question on MSDN Forum http://social.msdn.microsoft.com/Forums/en/vsreportcontrols/thread/f00e3406-354d-4f54-acce-7b7f0ad4c90f But I am not getting any response. Can you please help me. I am really stuck with this rather simple task. My code seems to be correct but still I get the A data source instance has not bee...

jQuery not replacing text in ReportViewer

I'm trying to replace text that I got back in the ReportViewer using jQuery. My div, wrapped in the table cell, display "empty" as text - which I plan on replacing with my own formatted text on the client side. I can use jQuery just fine to set a class on the div (which is inside a td element). Example: jQuery('div:contains("empty")')....