Reporting API Functions / Mandatory functions |
Configures the Genero Report Engine based on the initial report definition and any subsequent function calls.
fgl_report_commitCurrentSettings() RETURNING driver om.SaxDocumentHandler
This function configures the report engine based on the current settings in the 4rp file that have previously been loaded by a call to fgl_report_loadCurrentSettings(), and have possibly been modified.
It is mandatory to call fgl_report_commitCurrentSettings to set up the report engine, unless there are no changes to the default settings; in that case, fgl_report_loadAndCommit can be substituted for both of the functions.
See Usage.