Reporting : Native reporting system : Reporting system command language : NEWPAGE command
  
NEWPAGE command
Description
The NEWPAGE command can only be used in a tabular report. It enables the user to specify a page break at a specific level within a report. The format of the NEWPAGE command is simply the command name: NEWPAGE.
Only one NEWPAGE command is permitted in each report. This command can be used in a single- or multi-level report. However, it is not recommended in a single-level report, since it forces a page break at each row of data.
Example – NEWPAGE command
TABULAR 1
{
NEWPAGE
SELECT Name, Type
}
In this example, each row of the report is printed on a separate page.
Parent topic
Reporting system command language