How to Create a Multi-Page Report in Bold Reports Using Rectangle Report Items
In Bold Reports, you can use Rectangle report items to organize and display different sections of report data on separate pages, each with a custom page name. This approach is ideal for reports that contain multiple categories or segments of data.
By placing report items inside a Rectangle and configuring page breaks, you can:
- Ensure each section starts on a new page.
- Assign a distinct title or label to each page.
- Improve readability and navigation for users viewing detailed reports.
This technique enhances the report structure and provides a clean, paginated layout for multi-section reports. To achieve this in Bold Reports, follow the steps below.
-
Add the textbox to the header section of the report and use the following built-in expressions, as shown in the image below.
=Globals!PageName
-
Add rectangle items to the body of the report and specify the page name for the particular report, as shown in the image below.
-
Set the page break for each rectangular report item, as shown in the image below.
-
Repeat the above steps for the other Rectangular report items in the report.
-
Click the Preview button to see the output in the report viewer.
-
You can download the sample report here.