fgl_report_set_document_handler()

Redirects the next report to an XML document handler.

Syntax

fgl_report_set_document_handler(
   handler om.SaxDocumentHandler )
  1. handler is the document handler variable.

Usage

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.