A variable based on a Report
part has the following properties:
- reportDesignFile
- Full path to the report design file, which is a compiled XML file
with
a .jasper extension.
- Type: STRING
- Example: reportDesignFile
= "C:\\EGL\\reports\\customerDesignFile.jasper";
- Default:
None
- reportDestinationFile
- Full path to the intermediate .jrprint file.
- Type:
STRING
- Example: reportDestinationFile = "C:\\EGL\\reports\\customerPrintFile.jrprintr";
- Default: None
- reportExportFile
- Full path to the final.xml, .pdf, .html, .txt., or .csv file.
- Type: STRING
- Example: reportExportFile
= "C:\\EGL\\reports\\customerReport.pdf";
- Default:
None