Monday, June 13, 2011

ASP.NET MVC 2 - Creating Reports from Report Server

So after two days of search and trying many solutions, all I want to do is kick myself right now. My boss comes to me today, and points me to a solution and says..."See if this will work."...ok.

I felt 10 foot nothing. I tried everything from making multiple nested master pages to use one with ASP.NET WebForms and use another for ViewPages. Argghhhhhh!

Here it is ...

Simple add an iframe tag to your view pointing to the source of your report on your report server.


iframe id="report" title="Product Report" height="600" width="800" src="http://your.server.com/ReportServer/Pages/..."


I mean com'on! What a waste of time and you have dive about 3 or 4 google pages deep to find that. My weekend would have been a lot better had I found that earlier.

No comments:

Post a Comment