Stimulsoft Reports.PYTHON Releases

Released: May 10, 2024

Updates in 2024.2.5

Funktionen

  • The 'FindByName' method has been added to collections. This includes collections of components, pages, databases, data sources, variables, and others.
  • Added a new MergeDocument method to the report for combining rendered reports.
  • Added the new StiOptions.Engine.barcodeQRCodeDefaultByteModeEncoding static property.

Fehlerkorrekturen

  • Export to Word - The transparent background of icons (Image.Icon) was exported incorrectly.
  • Export to PDF - In some cases, the Arabic Presentation Form...

Released: Apr 19, 2024

Updates in 2024.2.4

Funktionen

  • Added a Static class StiLicense for the ability to download a license for all components at once.

Fehlerkorrekturen

  • Work of the DateTimeStep property for axes in report charts.
  • Displays the column header cell when executing the "Duplicate" command of the page on which the crosstab is located.
  • Calling the synchronize() method without calling the regData() method.
  • Displaying hidden components and elements in the "Toolbox" settings.
  • Displaying a notification about an incorrect password...

Released: Apr 4, 2024

Updates in 2024.2.3

Funktionen

  • Editors and menus in the Web designer have been optimized for small screen resolutions.

Fehlerkorrekturen

  • Passing a list of parameters for StiCustomDatabase.
  • Selecting a style for the "Cross-Tab" component in reports.
  • Calculation of field sizes in the electronic signature editor with a large value.
  • Vertical scrolling of the list of elements in the constant line editor.
  • Visibility of the hover tooltip when adding a chart to a dashboard.
  • The availability behavior of the "Editor" command...

Released: Mar 13, 2024

Updates in 2024.2.2

Fehlerkorrekturen

  • Displaying zero and null values in charts when saving the generated report to *.mdc.
  • Licensing in the JS standalone report designer related to background change in GUI.
  • Formatting time in the DateTime variable editor.
  • Styles of vertical and horizontal weaving of the chart area are applied when saving the generated report in a *.mdc file.

Released: Mar 4, 2024

Updates in 2024.2.1

Funktionen

  • You can now disable hot keys in the Web report designer using the "EnableShortCutKeys" option.
  • You can now define a category for custom data sources using the designerCategory option.
  • Optimized processing of data from JSON source.
  • The export format value "Ppt2007" has been replaced by the "PowerPoint" value. So now, you need to use the following line of code to export a report to the Microsoft PowerPoint format: report.ExportDocument(StiExportFormat.PowerPoint, file...