Новые возможности |
---|
1. | Various data aggregation functions for the DateTime step in charts. |
2. | Drag-and-drop of elements in the "Report Tree" panel in the Web Designer. |
3. | Ability to display the "Total" for each argument in a stacked series chart using the "Value Type" property.
. |
4. | New functions added: AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, and AddMilliseconds. |
Улучшения |
---|
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. |
2. | Color Picker in the Web Designer. The Eyedropper tool has also been added. |
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. |
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. |
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. |
Исправлены ошибки |
---|
1. | Handling of null values for the "report.culture" property when loading a generated report file (*.mdc). |
2. | Assigning the value of the reportFile property to the reportName property when saving a report in the report designer. |
3. | Reverting colors in the legend of the Heatmap Chart. |
4. | Escaping slashes in time data. |
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}. |
6. | The order of adding colors to the Recent category in the color palette. |
7. | Deserializing the encrypted connection string when editing a connection in the report designer. |