In creating EGL reports, you will use variables of type Report and ReportData.
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 |
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.) |
Related concepts
EGL report creation process overview
EGL reports overview
Related reference
EGL library ReportLib
Related task
Creating the report design file