
Includes new Digital Signature object, new ImageAlign property, plus the ability to change fonts in query editor.
Features
- Engine
- Added ImageAlign property for image alignment inside PictureObject; by default, alignment is disabled.
- Added a new property Config.ProcessEvents for cancel button in progress form.
- Designer
- Added an ability to change font in query editor.
- Added Digital Signature object for adding empty signature field in PDF documents.
- Exports
- Added ability to export empty signature fields for PDF documents.
- Added links for images to HTML-export.
- .Net Core
- Added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing.
Fixes
- Engine
- Fixed a bug with infinite loop in AdvancedTextRenderer when WordWrap is true and width of object less than width of one character.
- Fixed a bug when in some cases the TypeConverter`s were not loaded correctly.
- Fixed a bug causing memory leak in HtmlTextRenderer.
- Fixed a bug when using the KeepTogether property for a group with matrix, when in some cases the GroupHeader was placed on one page and the matrix was on another page.
- Preview
- Fixed a bug where the preparation process was hanging and the cancel button was inactive throughout the preparation.
- Exports
- Fixed a bug in CSV-export with "Data only" option when not only Data bands were exported.
- Fixed a bug when PDF Export did not export some SVGObject gradients to a PDF file, with the property GradientQuality = GradientQualityEnum.Image.
- WebReport
- Fixed a bug with inherited reports with online designer.