Stimulsoft Ultimate 2024.1.3

Released: Jan 18, 2024

Mises à jour de 2024.1.3

Fonctionnalités

  • Added support for checking for safe file names and the option to disable checking.
  • Added new FormatForDateControls option to the designer, allowing you to enforce the date and time format, regardless of the format in the browser. By default, the date and time format from the browser locale are used.
  • Added HTTP interceptor support for Angular designer.
  • 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".
  • Spell checking is now disabled in text fields.
  • 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).
  • Adapted menus and controls in the report viewer for mobile devices.
  • You can now save the selected value for "Type" in the "Image" export settings menu.

Correctifs

  • Redrawing of components in the correct positions when invoking the BringToFront, SendToBack, MoveForward, MoveBackward commands, in cases where the Dock property was set, has been fixed.
  • Error processing values when using the Median() function in the "Pivot Table" dashboard element.
  • PositiveColor, NegativeColor, OverlappedColor, and FillColor of StiDataBarColumn were not saved in JSON format.
  • Fixed using the Line system variable in reports.
  • Fixed processing SVG images in reports.
  • Fixed handling null values when executing the "Synchronize" command.
  • The issue with the initial initialization of SelectedValue in the TreeViewBox element has been resolved.
  • Interaction issues when changing font parameters through the editor in the properties panel and on the Ribbon toolbar have been fixed. Previously, font settings were reset when selecting a different font family in the editor.
  • Fixed applying filters to chart series in a report.
  • An associative report processing in design for the macOS operating system.
  • Fixed error in calculating totals in the "Cross-Tab" component.
  • An error occurs when calling the ShowWithRibbonGUI() method.
  • Exports the current report page when the template contains both a report page and a dashboard.
  • Fixed functionality for the Undo and Redo commands for values in the properties panel.
  • Timeout for connections to the data store when executing the "Synchronize" command.
  • Fixed exporting of *.png images with transparency to a PDF file for the Node.js platform.
  • Errors related to selecting and passing values of variables of the "List" type have been addressed.
  • Error when expanding a collection in the quick style selection menu in the report designer has been fixed.
  • Errors associated with saving a report to a *.mrt file and its subsequent loading into the report designer have been addressed.
  • Fixed conditional formatting for cells of the Cross-Tab component.
  • Using hotkeys to work with the clipboard on the "Code" tab in the report designer has been fixed. Additionally, commands for interacting with the clipboard have been added to the context menu on this tab.
  • Displays a gap for null values in Range and Spline Range chart types.
  • Displays hover tooltips in bar charts when there are no markers.
  • Send requests to obtain data in cases where the "Request Parameter" option is set to "False," and the report contains a variable with a user-defined value entered or selected.
  • Fixed calculation of the icon scale in cells of the "Image" type in the "Table" report component.
  • Fixed error related to the full name of a data column in the "Table" report component.
  • Fixed an algorithm for drawing relatively small values in a "Pictorial Stacked" chart type.
  • Fixed drawing value labels in the "Pictorial Stacked" chart when changing the scale in the viewer.
  • Fixed transparency for the background in elements when viewing a dashboard in the WPF viewer.
  • Removed storage of unencrypted password and username in *.mrt files.
  • Fixed displaying views and stored procedures in the "Select Data" window when creating an Oracle data source.
  • Fixed processing query syntax for PostgreSQL data sources.
  • Fixed handling null values in the JSON data parser.
  • Fixed retrieving data columns and parameters from a stored procedure when using an MS SQL data source.
  • The issue where different buttons had varying settings in VisualStates has been resolved.
  • Fixed processing values in the "Pivot Table" dashboard element.
  • Fixed calling the border editor for the dashboard in the report designer.