Report and ReportData parts

In creating EGL reports, you will use variables of type Report and ReportData.

The variable of type Report contains information specific to a report. The variable contains these fields:
Field Explanation Data Type
reportDesignFile Full path to the report design file, which is a compiled XML file with a .jasper extension String
reportDestinationFile Full path to the intermediate .jrprint file String
reportExportFile Full path to the final.xml, .pdf, .html, .txt., or .csv file String
reportData Reference to the actual data for the report ReportData
The variable of type ReportData describes the data to be used in a report. The variable contains these fields:
Field Explanation Data type
connectionName Alias for a database connection that will provide data for the report (DataSource.databaseConnection) String
sqlStatement The SQL statement that provides data to the report (DataSource.sqlStatement) String
Data Reference to a dynamic array of records (DataSource.reportData) Any (This is the EGL Any type.)
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.