Built-in functions / Built-in functions |
Redirects the next report to an XML document handler.
fgl_report_set_document_handler( handler om.SaxDocumentHandler )
This function attaches the specified XML document handler to the next executed report, it must be called before the execution of a report.
This function is provided for backward compatibility, you should use the TO XML HANDLER of START REPORT instead.