Reporting API Functions / Functions to change reporting options |
Configure the output when auto-formatting is enabled.
fgl_report_configureAutoformatOutput( fontName STRING, fontSize INTEGER, fidelity BOOLEAN, reportTitle STRING, fieldNamePatterns STRING, systemId STRING )
This function is applicable when no 4rp template has been specified in the call to either fgl_report_loadCurrentSettings or fgl_report_loadAndCommit, and auto-formatting with a value other than COMPATIBILITY has been selected by a call to fgl_report_setAutoformatType.
All arguments to this function are optional (indicated by passing a null value).
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.