fgl_report_configurePageSize

Set values for the page height and page width for Genero BDL ASCII reports being run in graphical mode.

Syntax

fgl_report_configurePageSize(
   pageWidth STRING,
   pageHeight STRING)
  1. pageWidth - width of the page (e.g. a4width).
  2. pageHeight - height of the page (e.g. a4length).

Usage

The page dimensions of the report are read from the 4rp file. This function is used to override the values found there.

For BDL ASCII reports being run in graphical mode (compatibility reports, no 4rp file is being used), this function is used to set values for the page height and page width.

See DimensionResolver for additional examples of the strings that can be used in these parameters.

See Usage.