Reporting API Functions / Functions to change reporting options |
Configure RTF output for Open Office.
fgl_report_configureOORTFDevice ( fromPage INTEGER, toPage INTEGER, imagesResolution INTEGER, imagesFormat STRING )
Function to configure RTF output for Open Office.
This function is applicable when RTF output has been selected by a call to the function fgl_report_selectDevice. All arguments to this function are optional (indicated by passing a null value).
If the RTF document should be written to a file, the general functions fgl_report_setOutputFileName and fgl_report_selectPreview are available for this purpose.
See Usage.