How to Create a Drill-Through Report in Bold Reports Designer
Published:
Updated:
Drill-through reports in Bold Reports Designer enable users to navigate from a summary report to a detailed report by clicking report items such as a table cell, chart segment, or image. This feature provides a more interactive reporting experience and allows users to analyze data at a deeper level.
Step-by-Step Instructions
Step 1: Configure a Drill-Through Action for a Table
- Open an existing report or create a new report in Bold Reports Designer.
- Select the report item (for example, a table cell) that will trigger the drill-through action.
- In the Properties panel, expand the Link section and set Link To to Report.
- Click the ellipsis (…) button next to Report to open the Select Report dialog.
- Select the target report and click Open.
- Click Set Parameters to configure parameter mapping.
- Select the target report parameter (for example,
ProductCategory).
- Enter an expression to pass the field value (for example,
=Fields!ProdCat.Value) and click OK.
Note
ProdCatis an example field from the source report.ProductCategoryis an example parameter in the target report.- Replace these examples with the appropriate field and parameter names in your reports.
Step 2: Configure a Drill-Through Action for a Chart
- Select the chart in the report.
- Open Series Properties.
- In the Link section, set Link To to Report and select the target report.
- Configure the parameter mapping using an expression (for example,
=Fields!CustomerName.Value). - Click OK and save the report.
Step 3: Preview and Test the Drill-Through Report
Preview the Main Report
- Click Preview to view the main report.
Verify the Drill-Through Action
- Click a report item, such as a chart segment or table cell.
- Verify that the target report opens and displays the filtered data based on the configured parameter values.
Conclusion
Drill-through reports provide an intuitive way to navigate from summary data to detailed information. By configuring report links and parameter mappings, you can create interactive reports that improve data exploration and help users access detailed insights with a single click.