Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ReportViewer   (RSS)

Report Viewer at PDC 2009

Stella Chan, Program Manager for the Reporting Services developer scenarios, will be presenting at PDC this week. If you're attending the conference, check out her session: Developing Rich Reporting Solutions with Microsoft SQL Server 2008 R2 . She will
Posted by Brian Hartman | 3 Comments
Filed under: ,

JavaScript API

One of the new features we added to the ASP.Net Report Viewer in Visual Studio 2010 is a JavaScript API to allow you to interact with the viewer on client. In reading many of the posts on the report controls forum , we found that many people struggle

Visual Studio 2010 Beta 2 is Now Available

Visual Studio 2010 Beta 2 is now available for download ! This beta includes plenty of new features, but it is particularly noteworthy for the ReportViewer control. Beta 2 contains several key updates, including: ASP.Net AJAX - The report viewer will
Posted by Brian Hartman | 0 Comments
Filed under:

SQL Server 2008 R2 August CTP is Available

The SQL Server 2008 R2 August CTP is now available for download . Reporting Services has a number of new features available in this CTP which are being discussed on the Reporting Services team blog . This is the first release of SQL Server to include

Where’s the new Report Viewer?

Previously, I posted that we were working on an updated version of the report viewer control for Visual Studio 2010. With beta 1 now available , I have naturally started receiving questions wondering why the report viewer that is included in beta 1 is
Posted by Brian Hartman | 2 Comments
Filed under:

Manually Printing a Report

Even though the ReportViewer has built-in print functionality, people often wish to implement their own version to provide significant customizations or a deeper integration with their application. There are a number of samples out on the web, but I thought
Posted by Brian Hartman | 1 Comments
Filed under: ,

Attachment(s): ReportPrintDocument.cs

Did Your Session Really Expire?

The ASP.Net ReportViewer relies on ASP.Net session state to store critical data that can’t always be easily regenerated. In local mode, it stores the report snapshot, which contains a compiled form of the report definition, some or all of the data used
Posted by Brian Hartman | 1 Comments
Filed under: ,

Why is ReportViewer Ignoring BindingSource Operations?

I’ve seen several posts in the Report Viewer forum from frustrated users who are trying to use a BindingSource as a data source to the ReportViewer in local mode. Problems typically manifest when setting sorting or filtering options on the BindingSource
Posted by Brian Hartman | 2 Comments
Filed under: ,

Report Viewer in Visual Web Developer 2008 Express

After the initial release of the ReportViewer ASP.Net control with Visual Studio 2005, we also released a separate add-on to the Visual Web Developer 2005 Express sku. But when Visual Studio 2008 was released, there was no equivalent add-in for the web
Posted by Brian Hartman | 0 Comments
Filed under: ,

SQL Server 2008 and the ReportViewer Controls

In August, we released SQL Server 2008 with a number of new features for Reporting Services . There have been questions lately about how this impacts the report viewer controls. The answer depends on whether you use server mode or local mode. Server Mode

Custom Credentials in the Report Viewer

When using the ReportViewer control in server mode, you will need to consider how you want to authenticate to the report server. By default, the viewer connects as the current thread user by supplying CredentialCache.DefaultCredentials to its underlying

Client Print Fails to Load After Microsoft Update 956391

A number of people have reported problems using the ActiveX print control in the report viewer after installing Microsoft Update 956391 . Specifically, users receive the error "Unable to load client print control" when clicking on the print icon in the
 
Page view tracker