Skip to content

Releases: FastReports/FastReport

FastReport OpenSource 2022.1.0

06 Dec 14:04
dd337ea
Compare
Choose a tag to compare

FastReport OpenSource 2021.4.0

06 Sep 14:43
f965bce
Compare
Choose a tag to compare

FastReport OpenSource 2021.3.28

26 Aug 11:15
ed95b9d
Compare
Choose a tag to compare

FastReport OpenSource 2021.3.21

29 Jul 02:55
2733098
Compare
Choose a tag to compare

FastReport OpenSource 2021.3.0

18 May 12:44
418cb97
Compare
Choose a tag to compare

➕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

FastReport OpenSource 2021.2.0

10 Mar 12:47
572a836
Compare
Choose a tag to compare

➕ 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

FastReport OpenSource 2021.1.16

10 Feb 10:08
01c2e77
Compare
Choose a tag to compare

Fixed NpgSql dependency

FastReport OpenSource 2021.1.0

09 Dec 09:53
128535b
Compare
Choose a tag to compare

➕ 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

FastReport OpenSource 2020.4.0

07 Sep 16:47
Compare
Choose a tag to compare

➕ 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

FastReport OpenSource 2020.3.0

20 May 09:46
c06747f
Compare
Choose a tag to compare

➕ 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