Новые возможности |
---|
1. | Added new "3D Area" chart type in reports and dashboards. |
2. | Added new "Surface" chart type in reports and dashboards. |
3. | Support for the RequestParameters property of a report in the dashboards rendering. A dashboard will not start rendering until parameters are submitted. |
4. | The ParametersDisplayMode property has been added to a report. It allows to show parameters not only in a parameters panel, but in a dialog window. |
5. | A new property was adde to the ListBox and ComboBox elements - MaxSelectedItems. It limits a maximum number of items that can be selected. |
6. | The ClickEvent has been added to the Cards, Chart, Gauge, Image, Indicator, Progress, Shape and Text elements in the dashboards. |
7. | Added a new action "Running Average" to "Data Transformation". |
Улучшения |
---|
1. | The ScriptLanguage property of the report is updated. The Platform value is added. If the platform is .NET, a C # script will be used. If the platform is JS, then JavaScript will be used. |
2. | Report deserialization improvement - if an enum type value does not exist, the default value of that enum type will be deserialized. This is done to resolve certain issues that happen when reports created in newer versions of the designer are opened in older versions of the designer. |
3. | Support for the legacy .NET Core 3.1 framework has been removed. We strongly recommend upgrading to the newer versions .NET 6.0 or .NET 8.0. If necessary, a source code license allows you to compile components for legacy frameworks. |
Исправлены ошибки |
---|
1. | An issue with editing items for the Bool-List variable in the variable editor has been fixed. |
2. | The initial focus was not set on the DateTime parameter in the parameter panel. |
3. | Handling non-existent enumeration when opening template in report designer. |
4. | A problem with some numeric ranges which are used as parameters has been solved. |
5. | Incorrect scaling for the "Indicator" element when exporting a dashboard. |
6. | A problem with applying a dashboard style to some dashboard parameters is fixed. |
7. | An issue with focusing of first parameter for complex types of parameters has been fixed. |
8. | A problem with using byte arrays as a variable has been fixed. |
9. | Resetting the filter's constant when clicking on a chart segment and deselecting it has been added. |
10. | Text color handling for stripes in 3D dashboard charts. |
11. | Displaying duplicate values in tooltips when hovering over 3D pie charts in dashboards. |
12. | Displaying constant lines and strips for 3D charts. |
13. | Problem with displaying variables in the parameters panel when the variable name is the same as the category name has been fixed. |