Reporting API Functions / Functions to change reporting options |
Configures the localization for the current report.
fgl_report_configureLocalization( charSet STRING, resourcePath STRING, numberFormat STRING, dateFormat STRING)
Function that configures the localization for the current report.
The function is not applicable for callback localization (See fgl_report_setCallbackLocalization).
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.