Reporting API Functions / Functions to change reporting options |
Runs a report from a process level file.
fgl_report_runReportFromProcessLevelDataFile( out om.SaxDocumentHandler, fileName STRING ) RETURNING ok INTEGER
Function that runs a report from a process level file, previously created by a call to fgl_report_createProcessLevelDataFile.
This function will replay the report from the file thereby replacing the running of the report (START REPORT, OUTPUT TO REPORT, FINISH REPORT statements).
See Usage.