fgl_report_createProcessLevelDataFile

Configures the report execution to output an XML datafile.

Syntax

fgl_report_createProcessLevelDataFile(
   dataFileName STRING )
  RETURNING driver om.SaxDocumentHandler
  1. dataFileName - Name of the data file to generate. You must specify this value.
  2. driver - Returns an om.SaxDocumentHandler if no error occurred.

Usage

Function that configures the report execution to output an XML datafile.

This function configures the execution to output data to the specified file. Calling this function will configure the report engine to output the data file only. You can use the function fgl_report_runReportFromProcessLevelDataFile to run a report getting the data from this XML file.

For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.