Skip to content

How to link to a Reporting Services report with parameters

Anthony edited this page Mar 2, 2025 · 3 revisions
to use Null as a parameter [Parameter Name]:IsNull=True
="javascript:void(window.open('" + Fields!URL_Report.Value + "','_blank'))"
Name Description
rs:Format Rendering modes you can pass are HTML3.2, HTML4.0, MHTML, IMAGE, EXCEL, WORD, CSV, PDF, XML, defaults to HTML4.0
rc:Zoom Specified in percentages, supports Page%20Width and Whole%20Page, defaults to 100%
rc:Toolbar True/False, used to show/hide the toolbar, defaults to true
rc:Parameters True/False/Collapsed, used to show/hide/collapse the parameters in the toolbar, defaults to true
rc:DocMap True/False, used to show/hide document map, defaults to true (not shown unless report has document map)
rc:Section Specifies default page number to display, defaults to 1
rc:BookMarkID Jumps to a specific bookmark in a report
rc:FindString Provides search criteria to the report and finds the first instance of the string specified