En la última versión de FastReport .Net 2019.3 añadimos un nuevo objeto, la firma digital, que permite agregar el lugar de la firma luego de exportarlo a PDF.
También añadimos una propiedad que permite alinear una imagen dentro del PictureObject
Ahora puede cambiar las fuentes tipográficas en el editor de consultas.
Y corregimos un error crítico que llevaba a una pérdida de memoria y bucles infinitos.
Version 2019.3
---------------
[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
- 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
[Designer]
+ added an ability to change font in query editor
+ added Digital Signature object for adding empty signature field in PDF documents
[Preview]
- fixed a bug where the preparation process was hanging and the cancel button was inactive throughout the preparation
[Exports]
+ added ability to export empty signature fields for PDF documents
+ added links for images to HTML-export
- 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
[.Net Core]
+ added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing