Reporting : Native reporting system : Reporting system command language : BORDEROFFSET subcommand
  
BORDEROFFSET subcommand
The BORDEROFFSET subcommand is used with the BORDERPEN subcommand in the SETTING command to move the border away from the margin settings by the specified value.
The structure of this statement is:
SETTING { BORDER yes BORDEROFFSET numeric-inches }
The following example pushes the border line into the margin space, providing a 0.25 inch space between the border line and the point where the reports contents are printed.
SETTING { BORDER yes BORDEROFFSET -.25 }
The border, border pen, and border offset can be specified in the Report Editor using the border section of the Page Setup dialog.
Parent topic
Reporting system command language