Using Parameters to Connect to Other Reports (Report Builder 2.0)

You can use parameters to relate main reports to drillthrough reports, to subreports, and to linked reports. You can also specify a URL to a report that includes parameter values for report parameters and for URL parameters.

When you design a set of reports, you can design each report to answer certain questions. Each report can provide a different view or a different level of detail for related information. To provide a set of interrelated reports, create parameters for the related data on target reports.

Drillthrough Reports

Drillthrough actions are set on the property pages for any text box for a report item, or on parts of a chart or gauge. How you set the name of the target report for the drillthrough action depends on whether you have an active connection to a report server. For more information, see Specifying Paths to External Items (Report Builder 2.0).

You can also use URL Access for any URL-addressable report and include report parameter values as part of the URL syntax. For more information, see "URL Access" in the Reporting Services documentation in SQL Server Books Online.

Subreports

To set parameters for a subreport, use the Parameters page of the Subreport Properties dialog box. How you set the name of the target report for the drillthrough action depends on whether you have an active connection to a report server. For more information, see Specifying Paths to External Items (Report Builder 2.0).

Note

If you use a subreport in a tablix data region, the subreport and its parameters will be processed for every row. If there are many rows, consider whether a drillthrough report is more appropriate.

For more information, see How to: Add a Subreport and Parameters (Report Builder 2.0).

Linked Reports

After a report is published, you can create a linked report from the published report. A linked report can be thought of as a pointer to the main report, but with a separate set of parameters. After you create the linked report, open it in Report Manager and modify the parameters. For more information, see "Setting Parameter Properties for a Published Report" in the Reporting Services documentation in SQL Server Books Online. Because parameters are managed independently on the server, republishing a main report with new parameter settings does not overwrite the existing parameters settings for either the main report or the linked report. For more information, see How to: Create a Linked Report in Report Manager (Report Builder 2.0).

Specifying URL Parameters

For reports rendered in HTML, you can open a report at a specific page by passing a URL parameter value in the URL address when the report is opened via a URL. The following example opens the AdventureWorks sample Product Catalog 2008 report to page 30:

https://localhost/reportserver?%2fAdventureWorks+Sample+Reports%2fProduct+Catalog+2008&rs:Command=Render&rc:Section=30

For more information, see "Using URL Access Parameters" in the Reporting Services documentation in SQL Server Books Online.

You can also specify a report parameter using URL access. For more information, see "Passing a Report Parameter Within a URL" in the Reporting Services documentation in SQL Server Books Online.

For more information about report samples, see Considerations for Installing SQL Server Samples and Sample Databases (Report Builder 2.0).