Create a Microsoft RTF report

Set up and configure output to Rich Text Format (RTF) from your reporting application. This option is useful if you want to edit your report after output.

You can use the API function fgl_report_selectDevice("RTF") to output the data in the RTF Format. Configure the output using the function fgl_report_configureRTFDevice.

In order to prevent exhaustion of main memory when processing large documents, the processor can be instructed to swap parts of the document to a temporary disk file when the document size exceeds a threshold. Use the function fgl_report_setRTFMemoryThreshold to specify the threshold.