Stimulsoft Reports.JAVA 릴리스

Released: Apr 19, 2024

2024.2.4 버젼 업데이트

수정사항

  • Hyperlinks in PDF, Word, Excel, PPT exports.

Released: Apr 4, 2024

2024.2.3 버젼 업데이트

수정사항

  • Parsing XML structure.

Released: Mar 13, 2024

2024.2.2 버젼 업데이트

수정사항

  • Issue building a report related to embedded resources.

Released: Mar 4, 2024

2024.2.1 버젼 업데이트

기능

  • The export format value "Ppt2007" has been replaced by the "PowerPoint" value.

수정사항

  • Processing XML data when creating reports.

Released: Feb 14, 2024

2024.1.4 버젼 업데이트

기능

  • Improved image quality in PDF export.

수정사항

  • Fixed a bug related to the offset and overlay of components.
  • When exporting a report to a Microsoft Word file, the processing and export of HTML tags in the text has been fixed.

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...

Released: Dec 21, 2023

2024.1.2 버젼 업데이트

수정사항

  • Fixed processing the "Cross-Tab" component in reports.
  • Fixed a bug related to exporting the 'bold italic' font style combination when exporting a report to a PDF file.
  • When exporting a report to a PDF document, a bug related to loading fonts has been fixed.

Released: Dec 13, 2023

2024.1.1 버젼 업데이트

기능

  • Simplified Ribbon - Added new feature that allows you to easily switch the Ribbon toolbar to a single line.
  • Data adapter for Snowflake - This release incorporates adapter support for fetching data from Snowflake.
  • Remembering variable selection - In version 2024.1 the system now retains the last value inputted into the variable.
  • Expression for Count Data - Introducing support for expressions in the 'Count Data' parameter for Data, Hierarchical Data bands, and the Table report component.
  • Puerto...

Released: Nov 21, 2023

2023.4.4 버젼 업데이트

수정사항

  • Fixed divide operation with 64-bit numbers.
  • Fixed boolean format JSON serialization.

Released: Nov 2, 2023

2023.4.3 버젼 업데이트

수정사항

  • Fixed automatic scaling by width and height of the Web viewer component.