FastReport Versions Save

Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports

v2021.3.28

2 years ago

Fixed #322

v2021.3.21

2 years ago
  • Fixed #317

v2021.3.0

3 years ago

βž•added import of reports DevExpress, List and Label and SQL Server Reporting Services βž•added FastReport.OpenSource.Firebird plugin on NuGet

πŸ› fixed a bug where page sizes could reset after preview πŸ› fixed a bug where printing a RichText object on large Windows scaling was happening incorrectly πŸ› fixed a bug leading to System.ArgumentOutOfRangeException in Substring functions πŸ› fixed a bug leading to System.ArgumentException when drawing PictureObject with some images πŸ› fixed a bug when tables were not displayed when connecting to Advantage Database via ODBC πŸ› fixed a bug where RichText went outside the page πŸ› fixed a bug with recompiling the report script that interacted with ChildBand πŸ› fixed a bug when exporting objects with rendering mode HtmlParagraph πŸ› fixed a bug in WebReport Core with SinglePage and Dialogs πŸ› fixed a bug with compilation VB.NET script, resulting in an error "Modules cannot be generic" πŸ› updated package reference Microsoft.CodeAnalysis to 3.3.1 version πŸ› fixed a bug with incorrect images in export on Linux πŸ› fixed a bug leading to System.NullReferenceException when call CsvDataConnection.CreateAllTables() πŸ› fixed a bug with incorrect loading of table names from ClickHouse

v2021.2.0

3 years ago

βž• added HiDPI support (for Designer) βž• added CountDistinct aggregate function (report totals and Matrix object totals) βž• added support of TLS 1.2 βž• added new 2 types of UncheckedSymbol for CheckBox βž• added the ability to disable loading of XML and CSV data locally βž• added ability to load XML data source by URL βž• added functions of converting numbers to words for Polish language βž• added more references to .NET Standard libraries for correct compile of the report script βž• added ability to copy data source βž• added the ability to add text and pictures by dragging and dropping them from the browser

πŸ› optimized copying streams in some cases πŸ› fixed a bug with incomplete copying of the matrix when copying the report page πŸ› fixed a bug when a band with the FillUnusedSpace property enabled was not displayed again, although there is enough free space πŸ› fixed bugs when importing List and Labels reports πŸ› fixed a bug where the AutoSize property for SvgObject did not work correctly πŸ› fixed a bug with TextObject.AutoShirnk=FontSize when TextObject's size is very small πŸ› fixed a bug with incorrect TotalPages variable value when it used in VisibleExpression πŸ› fixed a bug with adding a barcode, leading to creation of a barcode with the wrong type πŸ› fixed a bug when dragging from functions created a NUD and an empty TextObject πŸ› fixed a bug when the RichTextBoxControl was not rendered correctly in the dialog workspace πŸ› fixed SberbankQR tab in barcode editor πŸ› fixed a bug with copying an object, when an object with the same name was created πŸ› fixed a bug leading to System.ObjectDisposedException when re-preparing the report πŸ› fixed a bug where export to image did not take into account the transparent background of the report πŸ› fixed "Save report" in Online Designer without changes πŸ› fixed an issue with wrong margins between objects on preview πŸ› fixed sets EnableScriptSecurity property before initialize Report class πŸ› fixed checking WebMode for .NET Core πŸ› fixed a bug with fetching empty collections πŸ› fixed a bug with connection to PostgreSQL 12 and newer

2021.1.16

3 years ago

Fixed NpgSql dependency

v2021.1.0

3 years ago

βž• 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

3 years ago

βž• 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

4 years ago

βž• 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