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 border, border pen, and border offset can be specified in the Report Editor by using the border section of the Page Setup dialog.
Syntax
SETTING { BORDER YES BORDEROFFSET numeric-inches }
Example
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 }
Parent topic
Reporting system command language