Changelog History
Page 1
-
v2021.1.0 Changes
December 09, 2020➕ added support of .NET 5
➕ added a new barcode - Deutsche Post Leitcode
➕ added a new barcode - SberBank QR
➕ added functions of converting numbers to letters
➕ added functions of converting numbers to words for Indian language
➕ added rupee symbol for Indian currency
➕ added functions of converting numbers to words for Persian language
➕ added functions of converting numbers to words for Ukranian language
➕ added the Report.Prepare (int pagesLimit) method, which allows to prepare a limited number of pages
➕ added correct view of script errors in ScriptSecurity mode⚡️ 🐛 optimized work of VisibleExpression, PrintableExpression and ExportableExpression properties for bands
🍱 🐛 improved algorithm of converting RTF to report objects
🍱 🐛 fixed a bug with web response stream reader when connecting to remote JSON
🍱 🐛 fixed a bug while compiling the report with some expressions in the properties VisibleExpression, PrintableExpression and ExportableExpression
🍱 🐛 fixed a bug with font.list file leading to exception "System.IO.FileNotFoundException".
🍱 🐛 fixed a bug with incorrect checksum calculation in Deutsche Post Identcode barcode
🍱 🐛 fixed ReCompile (adding assemblies after Compile with error)
🏁 🐛 now we detect WebProcess and StubClasses aren't added to ConsoleApp\Library (on Windows)
🍱 🐛 fixed a bug with RichObject expressions
⚡️ 🐛 updated MongoDB connection plugin
🍱 🐛 fixed a bug with ParagraphOffset -
v2020.4.0 Changes
September 07, 2020➕ added check of the report script for malicious code. This option is enabled by default for the Web (https://www.fast-report.com/en/blog/360/show/)
➕ 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🍱 🐛 fixed a bug where the value of an expression was displayed by the text of this expression
🍱 🐛 fixed incorrect drawing of ITF-14 barcode
🍱 🐛 fixed a bug with transparency of RichObject
🍱 🐛 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
🏗 🐛 now you can only build FastReport.Core and FastReport.OpenSource for netstandard2.1 on supported versions of VisualStudio (MSBuild)
🍱 🐛 fixed problem with user applications on the .Net Core3, referencing FastReport.Core. Now FastReport.Compat does not need to be added to References in the user application
⚡️ 🐛 updated references to FastReport packages in demos to the latest versions -
v2020.3.0 Changes
May 20, 2019➕ 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 -
v2020.1.0 Changes
December 02, 2019➕ added an ability to change decimal digits for Number, Currency and Percent formats when UseLocale property is true
➕ added a property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same vaues are joined. If True - rows are split (like TableObject)
➕ added an ability to change export settings. To do this, you need to subscribe to the ExportParameters event in WebReport.Report🍱 🐛 fixed a bug with trying to convert DBNull in empty string when ConvertNulls is disabled
🍱 🐛 fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page
🍱 🐛 fixed view of background on BarcodeObject at Html export
🍱 🐛 fixed incorrect width and height for reports with mixed page orientation (Landscape & Portrait)
🍱 🐛 fixed incorrect view of background in ShapeObject
🍱 🐛 fixed lack of non-standard fill (Hatch, LinearGradient, etc.) on ShapeObject
🍱 🐛 fixed a bug with SQLite plugin if database includes null-values -
v2019.4.0 Changes
September 10, 2019🍱 🔨 graphics dependency changed from CoreCompat.System.Drawing to System.Drawing.Common
➕ added a new Json data connection integrated into the engine
➕ added RepeatBandNTimes property for bands
➕ added Bezier curve for polygons
➕ added a new time format minutes:seconds [mm:ss]🍱 🐛 fixed TypeConverter on the TextObject.ParagraphFormat property
🍱 🐛 fixed a bug with breaking ManualBuild table with CanBreak = false
🍱 🐛 fixed a bug with changing the GroupHeaderBand hierarchy if it had a child GroupHeaderBand
🍱 🐛 fixed a bug when font changed in parent report were not changed in inherited report
🍱 🐛 fixed image size calculation when AutoSize is enabled in the preparation stage
🍱 🐛 fixed a bug with display on the penultimate page with PageFooter PrintOn = LastPage -
v2019.3.0 Changes
May 15, 2019[.Net Core]
➕ added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing
[Engine]
➕ added ImageAlign property for image alignment inside PictureObject; by default, alignment is disabled
🍱 🐛 fixed a bug when in some cases the TypeConverter`s were not loaded correctly
🍱 🐛 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 causing memory leak in HtmlTextRenderer[Exports]
➕ added links for images to HTML-export
-
v2019.2.7 Changes
March 28, 2019➕ added links for images to HTML-export
🍱 🐛 fixed a bug when in some cases the TypeConverter`s were not loaded correctly
🍱 🐛 fixed bug with infinite loop in AdvancedTextRenderer when WordWrap is true and width of object less than width of one character
➕ added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing
-
v2019.2.0 Changes
March 05, 2019- 🔀 sync with FastReport .NET 2019.2
-
v2019.1.0 Changes
December 19, 2018- 🔀 sync with FastReport .NET 2019.1
-
v2018.4.16 Changes
November 30, 2018🔄 Changed the build method, now the packages are assembled with all the necessary native libraries.