[Engine]
- added support for vertical tabulation
- added support of encoding for Chinese (simplified) language when converting RTF
- fixed a bug with simultaneous compilation of a report script when preparing reports in multiple threads
- fixed a bug when passing null value to a MS SQL query parameter
- fixed a bug leading to infinite loop when child band of "Page Header" or "Column Header" has "StartNewPage" property turned on
- fixed a bug leading to System.ArgumentException when connecting to MySQL
- fixed calculation of PrintableExpression of page
- fixed a bug leading to System.NullReferenceException in the Report.GetParameterValue method
[Designer]
- added a possibility to copy data from the list of properties of an object using the keyboard shortcut Ctrl + C
- added the ability to copy totals and parameters, preserving their hierarchy
- in the window for opening the report page, it is still possible to select only a *.frx file
- fixed a bug where the image of PictureObject disappeared after canceling changes in the designer when editing a prepared page
- fixed a bug with the search filter in the data tree that reset the current search state
- removed the "New Dialog" context menu, which when selected resulted in an unhandled exception
- fixed a bug when running preview from a designer
- fixed System.InvalidOperationException when deleting a data source column when that column no longer exists in the database
- fixed a bug with selecting layout of band columns in "Data Band Column Editor" window
- fixed deleting objects and categories from the sidebar in the designer
- fixed a bug when adding IsNull function via "Text editor" added an extra comma
[Preview]
- added collapse and expand buttons with icons in OutlineControl
- added the ability to change the width and height of the scroll bar through the code
- fixed disabling the button to save the prepared report in the preview
- fixed a bug where the print form did not appear in the preview when pressing Ctrl + P
[Common]
- changed width of "About..." window
[Extras]
- added connection to Apache Ignite