Changes or Fixes in VS 2005 SP1 Beta?

Does anyone have the release notes of the new beta service pack?

I'm trying to find out if any fixes have been made to ReportViewer control?

Kevin

[164 byte] By [KineticMedia] at [2007-12-25]
# 1
We have made a number of fixes to both the winforms and webforms report viewer controls. I don't have a complete list compiled yet, but I will be publishing one when we get closer to the final release. If there is a specific bug/feature you are curious about, let me know.
BrianHartman-MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 2

Hi,

There is a specific error that I am getting. I am unable to use the ServerReport.HistoryId to show a saved snapshot. It gives me rsExecutionNotFound exception and when I check that Execution Id in SessionData table in temp db. I found that id there but with different Snapshot Data Id.

Here is my scenario.

I show a report in the Report Viewer and a list of avaiable history snapshots and when user select a snapshot from the list I want to show that snapshot in the report viewer but it gives Execution not found error. I debugged the code and it seems to use the same Execution Id to get the history snapshot that it used to display the report first time (the most current snapshot)

Thanks,

Hammad

HammadMohib at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 3
I am not sure if it's a bug or I did something wrong. if reportViewer.SetDisplayMode(DisplayMode.PrintLayout), sometime the total # of page is incorrect. For example , if you print total page on the report, it shows 2, but the report viewer shows 1,and all the navigation buttons are disabled. If you then type 2 in page # box, the second page will show up.
VincentWang at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 4

Snapshot issue - this will be addressed with the inclusion of a Reset() method on ReportViewer.

Print layout page count - this will also be fixed in SP1.

BrianHartman-MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 5

Hi Brian

I am using VS2005 SP1, and the issue of print layout not reporting the coreect total number of pages when it is switched to directly, using

reportviewer.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout)

the page count at the top of the reportviewer control is One less than the actual number of pages.

As soon as you advance to another page the count correct itself, but this is not sufficient, as the users of the software want to see hown many pages are going to be printed, and then just print them.

Any help would be greatly appreciated,

Cheers

Duncan

DuncanMcGregor at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 6

I was mistaken. I thought this fix made it into SP1, but it did not. It will be in the next release. If you need it sooner, please contact Microsoft support to get the fix:

http://support.microsoft.com/contactussupport/?ws=support

BrianHartman-MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 7

I have a same problem. I want to know when it will release?

EagleTsui at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...

Visual Studio

Site Classified