Page Break
- Last UpdatedOct 30, 2024
- 2 minute read
The Page Break control is used to insert a page delimiter. It can be placed at any point within a report.
The control is visually represented by a dotted line.

The Page Break control is useful a page break is required between controls within a band. For example to divide subreports, so that the second subreport starts printing on a new page.
When a page break is required before or after printing a band, set the Page Break property on the band.
On the Properties window, the Page Break control properties are divided into the following tabs:
Appearance
Formatting Rules
Displays the Formatting Rules Editor window, used to choose which rules are applied to a report during report generation, and to define the priority of the applied rules.
Location
Specifies the location of the control in report measurement units.
Behavior
Scripts
Contains events which can be handled with scripts.
Visible
Specifies whether the control is visible when using the print preview.
Miscellaneous
(Name)
Determines the name of the control, by which it can be accessed in the Report Explorer, Properties window or via scripts.
Snap Line Margins
Specifies the margins for the control, which are maintained when the control is aligned using snap lines.
Favorites
Right-click on the Favorites tab and select Edit Favorite Property List to display the Favorite Properties Editor, which is used to customise the available properties on the Favorites tab.
Refer to Conditionally Modify Control Display and Handle Events via Scripts for further information.