In the new version of FastReport Mono -2020.4 added: barcodes(ITF-14, Deutsche Post Identcode) and the ability to align them, new types of export, checking the code for malware.
Version 2020.4
---------------
[Install]
+ added product installation package in DEB format
+ added product installation package in RPM format
[Engine]
* rewritten RichObject code for translation of RTF document to report objects
+ added new barcode ITF-14
+ added new barcode Deutsche Post Identcode
+ added ability to align barcodes
+ added property PictureObject.ImageSourceExpression that allows to set expression containing source of image
+ added possibility to use expression in brackets in VisibleExpression, PrintableExpression and ExportableExpression properties
+ added the PictureObject.ImageFormat property, which allows to select the image storage format
* now FastReport.DataVisualization added to the list of assemblies by default (FR .Net, FR.Core)
- fixed a bug where the designer crashed when the "Start new page" property is enabled for the page header child band
- fixed a bug where the value of an expression was displayed by the text of this expression
[Designer]
+ added possibility to load CSV files via URL
* updated plugin for connecting to MongoDB, to actual versions of MongoDB
- fixed a bug, when empty string in Datamatrix barcode causes exception
- fixed a bug where the gauge window had the wrong width
[Exports]
+ added PDF/A-2u export
+ added property ReportPage.ExportAlias, which allows to set the page name when exporting to Excel 2007
* now, in Excel 2007 export for sheets without pictures, files with a description of pictures and relations to them are not created
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to table breaks
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to incorrect merging cells
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to incorrect exporting of images
- fixed a bug where links with national alphabets letters did not work in PDF export
- fixed a bug where the dates of creation and editing of the document did not match the equivalents in the metadata in PDF/A-1a export
- fixed a bug while exporting to Excel 97 causes exception "Huge SAT not implemented"
- fixed a bug with exporting texts containing ampersand '&' in Excel 2007 export
- fixed a bug while exporting MapObject to PowerPoint
- fixed a bug with exporting gradient fills with owner or user password in export to PDF
- fixed a bug with encryption of digital signature in PDF-export when protecting a document with a password
- fixed a bug with paragraph offset in export to OpenOffice Writer
[WebReport]
* added check of the report script for malicious code. This option is enabled by default for the Web.
- fixed figures absence on window print from browser
- fixed incorrect calculation of page sizes in FastReport.Core.Web, if at least one page was in landscape orientation
- fixed a bug where objects with Exportable = false were not visible in WebPreview