To pass a report parameter through to another report via a new browser:
On the Navigation tab for the report objects properties add the following javascript command to the Jump to URL expression box:
="javascript:void(window.open('http://SERVER NAME/ReportServer/Pages/ReportViewer.aspx?%FOLDER NAME%REPORT NAME%&rs:Command=Render&PARAMETER NAME=" +Fields!Pass value.Value+"'))"
For example:
="javascript:void(window.open('http://dom-pc/ReportServer/Pages/ReportViewer.aspx?%2fCAD+GIS+DB+reports%2fJobs+By+Establishment&rs:Command=Render&EstablishmentParameter="+Fields!SITE_NAME.Value+"'))"
No comments:
Post a Comment