Skip to content

FastReport OpenSource 2020.3.0

Compare
Choose a tag to compare
@KirillKornienko KirillKornienko released this 20 May 09:46
· 344 commits to master since this release
c06747f

➕ added new type of QR code, Swiss QR Code
➕ added property MatrixObject.PrintIfEmpty, which allows displaying the matrix even if it is empty
➕ added property Page.LastPageSource, which allows to configure the printer tray for printing the last page of the report
➕ added VisibleExpression, PrintableExpression, and ExportableExpression properties (these properties allow to set the value of the Visible, Printable, and Exportable properties, depending on the fulfillment of the specified condition)

🐛 fixed a bug with text object visibility when Highlight.Visible parameter is enabled
🐛 fixed a bug with work of property PrintableExpression
🐛 optimized saving of embedded fonts in PDF-export. File size has decreased significantly.
🐛 fixed a bug with resource loading in WebReport
🐛 fixed a bug with image scaling in WebReport
🐛 fixed a bug with timeout exception while saving a report in the Online Designer
🐛 fixed a bug with calls of WebReport.ExportPdf, WebReport.ExportCsv, WebReport.ExportRtf, etc.
🐛 fixed compilation error on Unix-systems (because of net40 in targetFrameworks)
🐛 fixed some API errors in report code, available in System.Drawing.Primitives