Neue Möglichkeiten |
---|
1. | Added new "3D Area" chart type in reports and dashboards. |
2. | Added new "Surface" chart type in reports and dashboards. |
3. | 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. |
4. | When exporting a report to RTF, support for the "Image Format" parameter has been added. |
5. | Map scaling when zooming in in the report viewer. |
6. | A new system variable, PageLine, has been added. It shows the line number for current row on a databand starting from a current page. |
7. | Added a new action "Running Average" to "Data Transformation". |
Verbesserungen |
---|
1. | The default name of the new user function has been changed. It will now be "MyFunction," since the name "Function" is registered in the Visual Basic scripting language. |
2. | 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. |
3. | 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. |
4. | 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. |
Behobene Fehler |
---|
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. | Animation speed for Gauge dashboard elements. |
4. | Handling non-existent enumeration when opening template in report designer. |
5. | Saving the values of constant chart lines when saving a report to an *.mdc file. |
6. | A problem with some numeric ranges which are used as parameters has been solved. |
7. | A problem with applying a dashboard style to some dashboard parameters is fixed. |
8. | An issue with focusing of first parameter for complex types of parameters has been fixed. |
9. | A problem with using byte arrays as a variable has been fixed. |
10. | An issue with the property grid in the designer, where a page is edited from the preview in the standalone designer, has been fixed. |
11. | Displaying Switzerland regions on the map. |
12. | Processing an expression for a variable with the DateTime data type. |
13. | Displaying constant lines and strips for 3D charts. |
14. | Problem with displaying variables in the parameters panel when the variable name is the same as the category name has been fixed. |