New Features |
---|
1. | Drag-and-drop of elements in the "Report Tree" panel in the Web Designer.V2025.3.1 |
2. | Open Street Map provider for the "Online Map" dashboard element.V2025.3.1 |
3. | New functions added: AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, and AddMilliseconds.V2025.3.1 |
4. | "Get Current Value" and "Set Current Value" blocks in Blockly scripts for the "Get Image URL" event.V2025.3.2 |
5. | The "Total" value in the "Value Type" property for labels in stacked column charts.V2025.3.2 |
6. | Ability to configure 'Strips' for the area in 3D charts.V2025.3.3 |
Enhancements |
---|
1. | A Globalization Strings button has been added to the designer ribbon for quick access. The Globalization Editor forms are not displayed as dialog forms.V2025.3.1 |
2. | Color Picker in the Web Designer. The Eyedropper tool has also been added.V2025.3.1 |
3. | The data structure for storing databases has changed. Now the list of databases is saved as a regular array, whereas previously it was a List. For compatibility, clear and add methods have been added to these arrays but are marked as obsolete.
To manage the list of databases, you can now simply use: StiOptions.Services.databases = []; and StiOptions.Services.databases.push(new Stimulsoft.Report.Dictionary.StiAzureSqlDatabase()); accordingly.V2025.3.1 |
4. | The Blockly blocks "Set property" and "Get property" have been improved. Support for square brackets [] has been added to access elements of lists, arrays, and collections.V2025.3.1 |
Fixed Bugs |
---|
1. | Incorrect display of items in the variable editor.V2025.3.4 |
2. | An issue of specifying items for the timeonly variable has been fixed.V2025.3.4 |
3. | Storing seconds in the values of a variable with the "TimeOnly" data type.V2025.3.5 |
4. | Display total value in stacked chart labels.V2025.3.5 |
5. | Displaying the context menu outside the designer.V2025.3.5 |
6. | An empty data source appears when opening and merging report dictionaries.V2025.3.5 |
7. | The GetDataSourceByName block works when creating scripts with Blockly.V2025.3.5 |
8. | Save selected values for conditional formatting parameters for the dashboard element "Table".V2025.3.5 |
9. | Displaying values in the hover tooltip for 3D charts in dashboards.V2025.3.5 |
10. | Refreshing event functionality for dashboards.V2025.3.5 |
11. | Handling of null values for the "report.culture" property when loading a generated report file (*.mdc).V2025.3.1 |
12. | Applying active mode when clicking in the interaction editor for dashboard elements.V2025.3.1 |
13. | Duplication of GUID property values in dashboard elements and their fields when using the "Duplicate" command in the report designer.V2025.3.1 |
14. | Assigning the value of the reportFile property to the reportName property when saving a report in the report designer.V2025.3.1 |
15. | Reverting colors in the legend of the Heatmap Chart.V2025.3.1 |
16. | Icons for rows in the "Indicator" element.V2025.3.1 |
17. | The order of adding colors to the Recent category in the color palette.V2025.3.1 |
18. | Support for custom DateTime formatting in the "DateTime Picker" dashboard element.V2025.3.1 |
19. | Deserializing the encrypted connection string when editing a connection in the report designer.V2025.3.1 |
20. | Formatting arguments in dashboard charts.V2025.3.1 |
21. | View data for the "Table" dashboard element.V2025.3.2 |
22. | Fixed some errors related to using the CTRL key when searching in the report viewer.V2025.3.2 |
23. | Initial Values for the Combo Box and List Box controls.V2025.3.2 |
24. | Viewing data in the Mozilla Firefox browser.V2025.3.2 |
25. | Column values are now displayed in the Pivot Table dashboard item when an expression based on columns from a data transformation is used.V2025.3.2 |
26. | Create a data source based on an existing resource in a report.V2025.3.2 |
27. | Executing SQL queries for data tables whose names contain a space.V2025.3.2 |
28. | Saving parameter values in the "Preview Settings" menu.V2025.3.2 |
29. | Configure and display target values in hover tooltips for the Gauge dashboard item.V2025.3.2 |
30. | The active Previous button on the first step in the Wizard editor.V2025.3.2 |
31. | Working of the "Online Map" dashboard element with the "Open Street Map" provider in the Web viewer.V2025.3.2 |
32. | Opening previously created templates in the Report Designer.V2025.3.2 |
33. | Saving templates as Report Snapshot files.V2025.3.2 |
34. | Calling the getType() function, which caused a conflict with the ScriptManager component.V2025.3.3 |
35. | Displaying abbreviations for the legend of a 'Heatmap' chart.V2025.3.3 |
36. | Functionality of the Round(,) function with an argument for the number of decimal places when creating a Blockly script.V2025.3.3 |
37. | Functionality of keyboard shortcuts in the designer when focus is set on an external text field.V2025.3.3 |
38. | Displaying the context menu in cases where a parent element in the DOM tree for the report designer has the style 'overflow: hidden' set.V2025.3.4 |
39. | Functionality of the 'Events Access' parameter when switching modes in the report designer options.V2025.3.3 |
40. | Handle keystroke events when the report designer is out of focus.V2025.3.4 |
41. | Extra values for the "Mode" parameter in the "Interaction" menu of the "Gauge" and "Geometry" ("Shape") dashboard elements.V2025.3.4 |
42. | Loading reports with custom functions that were created in earlier versions of the report designer.V2025.3.4 |