Report パーツに基づく変数には、以下のプロパティーが含まれます。
- reportDesignFile
- .jasper 拡張子を持つコンパイル済み XML ファイルである、レポート設計ファイルへの絶対パス。
- 型: STRING
- 例: reportDesignFile = "C:¥¥EGL¥¥reports¥¥customerDesignFile.jasper";
- デフォルト: なし
- reportDestinationFile
- 中間の .jrprint ファイルへの絶対パス。
- 型: STRING
- 例: reportDestinationFile = "C:¥¥EGL¥¥reports¥¥customerPrintFile.jrprintr";;
- デフォルト: なし
- reportExportFile
- 最終の .xml、.pdf、.html、.txt、または .csv ファイルへの絶対パス。
- 型: STRING
- 例: reportExportFile = "C:¥¥EGL¥¥reports¥¥customerReport.pdf";
- デフォルト: なし