Stimulsoft Reports.JAVA 2024.1.3
Released: Jan 18, 2024
2024.1.3 での更新項目
機能
- The export format value "Excel2007" has been replaced by the universal "Excel" value. Therefore, you now need to use the following line of code to export a report to the Microsoft Excel format: report.ExportDocument(StiExportFormat.Excel, file);. If you need to obtain the old binary format of Excel, you should use the new value - "ExcelBiff".
- The export format value "Word2007" has been replaced by "Word" value. Therefore, you now need to use the following line of code to export a report to Microsoft Word format: report.ExportDocument(StiExportFormat.Word, file).
不具合の修正
- Removed storage of unencrypted password and username in *.mrt files.
- Fixed handling null values in the JSON data parser.
- Fixed using the Line system variable in reports.
- Fixed processing SVG images in reports.