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 X,Y specification overrides the default. The structure of this statement is:
SETTING { PAGESIZE width,height }
For example,
SETTING { PAGESIZE 5.5,8.5 }
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 utilizes 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.
Notes
1 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.
2 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.
Parent topic
Reporting system command language