New Features |
---|
1. | Various data aggregation functions for the DateTime step in charts.RJS |
2. | Drag-and-drop of elements in the "Report Tree" panel in the Web Designer.RJS |
3. | Ability to display the "Total" for each argument in a stacked series chart using the "Value Type" property.
.RJS |
4. | New functions added: AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, and AddMilliseconds.RJS |
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.RJS |
2. | Color Picker in the Web Designer. The Eyedropper tool has also been added.RJS |
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.RJS |
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.RJS |
5. | Memory usage optimization during report export by storing the report in the file system for Node.js or as an array of strings in memory for the browser.RJS |
Fixed Bugs |
---|
1. | Handling of null values for the "report.culture" property when loading a generated report file (*.mdc).RJS |
2. | Assigning the value of the reportFile property to the reportName property when saving a report in the report designer.RJS |
3. | Reverting colors in the legend of the Heatmap Chart.RJS |
4. | Escaping slashes in time data.RJS |
5. | Accessing parent property values. For example, in the Text2 component, you can get the value from the Text1 component by using the expression {Text1.Text}.RJS |
6. | The order of adding colors to the Recent category in the color palette.RJS |
7. | Deserializing the encrypted connection string when editing a connection in the report designer.RJS |