EGL library reportLib

The EGL reportLib system library contains components you use to interact with the JasperReports library.

The report library includes the following functions:

System function or invocation Description
addReportParameter(report, parameterString, parameterValue) Adds a value to the parameter list of the report.
exportReport(report, format) Exports the filled report in the specified format.
fillReport(report, source) Fills the report using the specified data source.
resetReportParameters(report) Removes all of the parameters used for a particular report.
Note: If you delete an EGL report, you must remove all references to the report.

Compatibility

Table 1. Compatibility considerations for reportLib
Platform Issue
COBOL generation None of the reportLib functions are supported.

Feedback