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.