Stimulsoft Reports.JAVA Releases

Released: Apr 4, 2024

Updates in 2024.2.3

Fixes

  • Parsing XML structure.

Released: Mar 13, 2024

Updates in 2024.2.2

Fixes

  • Issue building a report related to embedded resources.

Released: Mar 4, 2024

Updates in 2024.2.1

Features

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

Fixes

  • Processing XML data when creating reports.

Released: Feb 14, 2024

Updates in 2024.1.4

Features

  • Improved image quality in PDF export.

Fixes

  • 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

Updates in 2024.1.3

Features

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

Released: Dec 21, 2023

Updates in 2024.1.2

Fixes

  • 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

Updates in 2024.1.1

Features

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

Released: Nov 21, 2023

Updates in 2023.4.4

Fixes

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

Released: Nov 2, 2023

Updates in 2023.4.3

Fixes

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

Released: Oct 18, 2023

Updates in 2023.4.2

Fixes

  • Percentage formatting of labels in the Chart component.
  • Export the report to HTML.
  • Export a report to SVG that contains a "Chart" component.
  • Exports a report to HTML containing primitives and the "Shape" component.