New Features |
---|
1. | Added new "3D Area" chart type in reports and dashboards.RJS |
2. | Added new "Surface" chart type in reports and dashboards.RJS |
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.RJS |
4. | Retrieving SVG images from a data column in reports.RJS |
5. | The ability to execute CSharp scripts in report component expressions, variables, and calculated columns has been added. When creating new reports, the report's Script Language property is set to CSharp; existing reports will remain set to JavaScript, as was previously.RJS |
6. | Added a new action "Running Average" to "Data Transformation".RJS |
Enhancements |
---|
1. | Replacing the sync-request package with our own implementation.RJS |
2. | Replaced the "Event Access" property with the "Script Eval Access" property. The new property determines whether JavaScript code can be executed in report events and user functions.RJS |
3. | The ability to enter custom values for the "Values" property in the "Check Box" report component has been removed.RJS |
Fixed Bugs |
---|
1. | Processing and converting dates in case of milliseconds.RJS |
2. | Displaying the order during interactive sorting in the viewer.RJS |
3. | Wrapping text when justified in a text component.RJS |
4. | Error using variables of type "Range" when viewing a report in the viewer.RJS |
5. | Handling non-existent enumeration when opening template in report designer.RJS |
6. | Saving the values of constant chart lines when saving a report to an *.mdc file.RJS |
7. | A problem with some numeric ranges which are used as parameters has been solved.RJS |
8. | Using user functions in "DataTransformation".RJS |
9. | Saving changes when editing a column expression in Data Transformation.RJS |
10. | The report designer freezes when changing the zoom in the viewer when viewing a report with a pie chart.RJS |
11. | Text color in the "File" menu.RJS |
12. | Warning about using synchronize() and synchronizeAsync() methods when synchronizing data in a report.RJS |
13. | Displaying constant lines and strips for 3D charts.RJS |