Reporting > Native reporting system > Reporting system command language > PAGESIZE subcommand
  
PAGESIZE subcommand
The Reporting System uses the page size specification in the printer device driver as the default using the following command SETTING {PAGESIZE -1",0.00}. The PAGESIZE specification overrides the default.
The PAGESIZE subcommand can only be placed in a report in text mode. For more information, see Edit <report name>: Text Mode dialog. This function is not supported by the Report Editor.
Syntax
SETTING { PAGESIZE width,height }
The user can specify a logical page size for reports, providing the logical page size is less than the physical printer page size; System Architect then uses only the specified space for the report. If the logical page size is larger than the physical printer page size, a series of physical pages is printed to compensate for the requested logical page size.
This logical page size is useful for matrix reporting. It enables the user to paste together a very large matrix using a series of printer-sized pieces of paper.
Example
SETTING { PAGESIZE 5.5,8.5 }
Parent topic
Reporting system command language