Новые возможности |
---|
1. | Drag-and-drop of elements in the "Report Tree" panel in the Web Designer. |
2. | Open Street Map provider for the "Online Map" dashboard element. |
3. | New functions added: AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, and AddMilliseconds. |
Улучшения |
---|
1. | 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. |
2. | A Globalization Strings button has been added to the designer ribbon for quick access. The Globalization Editor forms are not displayed as dialog forms. |
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. | Color Picker in the Web Designer. The Eyedropper tool has also been added. |
Исправлены ошибки |
---|
1. | Assigning the value of the reportFile property to the reportName property when saving a report in the report designer. |
2. | Formatting arguments in dashboard charts. |
3. | Deserializing the encrypted connection string when editing a connection in the report designer. |
4. | Support for custom DateTime formatting in the "DateTime Picker" dashboard element. |
5. | The order of adding colors to the Recent category in the color palette. |
6. | Icons for rows in the "Indicator" element. |
7. | Reverting colors in the legend of the Heatmap Chart. |
8. | Duplication of GUID property values in dashboard elements and their fields when using the "Duplicate" command in the report designer. |
9. | Applying active mode when clicking in the interaction editor for dashboard elements. |
10. | Handling of null values for the "report.culture" property when loading a generated report file (*.mdc). |