Новые возможности |
---|
1. | Added a new action "Running Average" to "Data Transformation". |
2. | Added new "3D Area" chart type in reports and dashboards. |
3. | Added new "Surface" chart type in reports and dashboards. |
4. | Support for the RequestParameters property of a report in the dashboards rendering. A dashboard will not start rendering until parameters are submitted. |
5. | 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. |
6. | A new property was adde to the ListBox and ComboBox elements - MaxSelectedItems. It limits a maximum number of items that can be selected. |
7. | The ClickEvent has been added to the Cards, Chart, Gauge, Image, Indicator, Progress, Shape and Text elements in the dashboards. |
Улучшения |
---|
1. | 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. |
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. | 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. |
Исправлены ошибки |
---|
1. | Problem with displaying variables in the parameters panel when the variable name is the same as the category name has been fixed. |
2. | Displaying duplicate values in tooltips when hovering over 3D pie charts in dashboards. |
3. | Text color handling for stripes in 3D dashboard charts. |
4. | Resetting the filter's constant when clicking on a chart segment and deselecting it has been added. |
5. | A problem with using byte arrays as a variable has been fixed. |
6. | An issue with focusing of first parameter for complex types of parameters has been fixed. |
7. | A problem with applying a dashboard style to some dashboard parameters is fixed. |
8. | Incorrect scaling for the "Indicator" element when exporting a dashboard. |
9. | A problem with some numeric ranges which are used as parameters has been solved. |
10. | Handling non-existent enumeration when opening template in report designer. |
11. | The initial focus was not set on the DateTime parameter in the parameter panel. |
12. | An issue with editing items for the Bool-List variable in the variable editor has been fixed. |
13. | Displaying constant lines and strips for 3D charts. |