Inserting Page Breaks

You can set the following types of page breaks in the report script using the commands listed in Table 93:

Table 93. Report Writer Commands: Page Breaks

Report Command

Description

PAGELENGTH

Set the number of lines for each page.

NEWPAGE

Force a page break regardless of how many lines have been generated for the current page.

PAGEONDIMENSION

Insert a page break whenever a member from the same dimension as the member in the command changes from one line in the report to the next. Use the NOPAGEONDIMENSION command to turn off this function.

FEEDON

Enable page breaks in a report when the number of lines on a page is greater than the current PAGELENGTH setting.