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. |
| Platform | Issue |
|---|---|
| COBOL generation | None of the reportLib functions are supported. |