Eric's Blog

Day to day experience in .NET
Welcome to Blogs @ IRM Sign in | Join | Help
 Search

Disclaimer

The content of this site is my own personal opinion and does not in any way represent my employer, it's subsideries or affiliates. These postings are provided "AS IS" with no warranties, and confer no rights.

This Blog

Frustrating Hours With Report Web Viewer (v10 / VS 2010)

I had some really frustrating hours with the new version of the Reporting Services Report Web Viewer today. We are using local reports, which we actually create dynamically (subject of another post), but we couldn’t get them to be showed by the Report Web Viewer. We started to seek the problem way off, because we of course assumed that the problem had to do with our creating of the report. Finally we took a step back and tried to get some really simple things to work, but with the same problem. The behavior was that the report viewer continuisly kept refreshing/posting for the report but never displaying it. After some searching I found this blog “Reports Never Stop Loading With VS 2010” and it turns out that the behavior of v9/VS2008 and v10/VS2010 is totally changed. The new version doesn’t use frames and HTTP handler anymore, but instead uses the AJAX support in ASP.NET. This means that the request for the report returns to the aspx page hosting the report viewer, but we did not check for IsPostback before initializing the viewer with the report and data which made us restart the process over and over again. Read the blog post above for details.

Published den 19 maj 2010 21:09 by ericqu

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server, by Telligent Systems