Reporting API Functions / Functions to change reporting options |
Set values for the page height and page width for Genero BDL ASCII reports being run in graphical mode.
fgl_report_configurePageSize( pageWidth STRING, pageHeight STRING)
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.