Launch Reporting Services Reports from .Net Code

Posted by Jeff on Stack Overflow See other posts from Stack Overflow or by Jeff
Published on 2009-08-30T22:09:29Z Indexed on 2010/05/23 14:10 UTC
Read the original article Hit count: 323

What is the best way to launch reporting services reports from .Net code? One method would be to dynamically build a URL and launch a browser. Something like this:

http://server/ReportServer/Pages/ReportViewer.aspx?%2fReport+Directory%2fReport%20Name&FirstParameter=1,2,3&SecondParameter=8/30/2009&rs%3aCommand=Render

I don't like how it creates a dependency on the specific URL--especially report parameters which are very likely to change. Is there a better way?

The reports I want to link to are in several reporting services projects hosted on one (eventually two) servers.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb.net