Modifying the output / Change report output options |
There are several places where you can specify the paper settings and output format for a report.
The default settings for a report design document (.4rp) are set when you create a new report. They are based on the default settings for all new reports, as set by the local installation of Genero Studio.
To set the default paper settings for all new reports, go to Report Writer, Paper Settings.
,In your report application, you can override the paper settings and output format defined in the report design document.
IF fgl_report_loadCurrentSettings(r_filename) THEN -- load the 4rp file mandatory CALL fgl_report_selectPreview(preview) -- functions to change the output -- options are called here LET handler = fgl_report_commitCurrentSettings() -- commit changes mandatory END IF