Looking to get SQL Server Reporting Services 08 reports to people easily? sometimes its simpler to just give them an url, which you can do and works well.
If you take the following and replace SERVERHOST, REPORT LOCATION/NAME,PARAMNAME and PARAMVALUE with your SSRS report details you can literally hand it out irrelevant of session, location (obviously internal/external applies) and itll spit out a nice PDF stream to their box.
http://*SERVERHOST*/ReportServer?/*REPORT LOCATION/NAME*&rs:Command=Render&*PARAMNAME*=*PARAMVALUE*&rc:Parameters=false&rc:Toolbar=false&rs:Format=PDF
Comments Archive
Hi there. This is my old blog and it's archived, so you can no longer post new comments on this post (SSRS 08 Reports Strait from URL).
Read my new blog about writing software and stories at WoodyHayday.com