Reporting API Functions / Functions to change reporting options |
Configure the multipage output for ISO or JIS formats.
fgl_report_configureMultipageOutput( pageExponent STRING, isoNumber INTEGER, portrait BOOLEAN )
Function to configure the multipage output for ISO or JIS formats.
This function is applicable for ISO or JIS formats and enables the printing of several logical pages per physical page. The number of pages per page is always a power of 2.
For a generic example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.