SQL Azure Reporting CTP

Hello,

I played with SQL Azure Reporting yesterday and I try to follow the post Shaun Xu about implementing a Report Viewer in a Azure Web Role Application but I encountered a problem. Indeed, the report viewer refuse to load and the screen was always like this :

In debug mode, I’ve seen that the process loop in the On_Load method. Because the report viewer use the script manager for call back and Asynchronous call, I thought that the problem could be due to a async call back or other thing like that. And I found an interesting property in the miscellaneous group :

If you change this property to False, the webpage is loaded with the report succesfully.

Advertisement
This entry was posted in Azure, Microsoft and tagged , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s