Download Latest Version FastReport.Community.2026.1.0.zip (21.5 MB)
Email in envelope

Get an email when there's a new version of FastReport Open Source

Home / v2023.2.0
Name Modified Size InfoDownloads / Week
Parent folder
FastReport.Data.RavenDB.2023.2.0.nupkg 2023-03-14 96.9 kB
FastReport.Data.SQLite.2023.2.0.nupkg 2023-03-14 79.4 kB
FastReport.Data.OracleODPCore.2023.2.0.nupkg 2023-03-14 82.9 kB
FastReport.Data.Postgres.2023.2.0.nupkg 2023-03-14 87.2 kB
FastReport.Data.MsSql.2023.2.0.nupkg 2023-03-14 59.3 kB
FastReport.Data.MySql.2023.2.0.nupkg 2023-03-14 80.6 kB
FastReport.Data.Json.2023.2.0.nupkg 2023-03-14 173.7 kB
FastReport.Data.MongoDB.2023.2.0.nupkg 2023-03-14 88.3 kB
FastReport.Data.Excel.2023.2.0.nupkg 2023-03-14 84.4 kB
FastReport.Data.Firebird.2023.2.0.nupkg 2023-03-14 76.9 kB
FastReport.Data.Couchbase.2023.2.0.nupkg 2023-03-14 87.6 kB
FastReport.Data.Cassandra.2023.2.0.nupkg 2023-03-14 80.6 kB
FastReport.Data.ClickHouse.2023.2.0.nupkg 2023-03-14 103.9 kB
FastReport.OpenSource.Web.2023.2.0.nupkg 2023-03-14 121.3 kB
FastReport.OpenSource.2023.2.0.nupkg 2023-03-14 2.2 MB
FastReport.OpenSource.Export.PdfSimple.2023.2.0.nupkg 2023-03-14 28.2 kB
FastReport.Community.2023.2.0.zip 2023-03-14 19.8 MB
FastReport OpenSource 2023.2.0.tar.gz 2023-03-13 8.7 MB
FastReport OpenSource 2023.2.0.zip 2023-03-13 9.6 MB
README.md 2023-03-13 3.5 kB
Totals: 20 Items   41.6 MB 0

[Engine] βž• added property Config.ConnectionStringVisible, which indicates whether the connection strings of data sources will be displayed in the designer; βž• added a context menu to the page panel elements in Designer; βž• a context menu for creating new pages and dialog forms has been added for the panel with report pages; βž• added Filter button in the Properties window; βž• added support of DBNull and Guid types for parameters; βž• the script compiler will now display errors depending on the selected locale set with FastReport.Utils.Res.LoadLocale() or FastReport.Utils.Config.CompilerSettings.CultureInfo; βž• added support for DI in WebReport. To use, call services.AddFastReport(); βž• added support for Microsoft.Extensions.Caching.Memory.MemoryCache instead of the standard WebReportLegacyCache. To use, when registering a DI container, use services.AddFastReport(options => options.CacheOptions.UseLegacyWebReportCache = false); βž• added an option to enable the toolbar to display regardless of the screen position in WebReport using WebReport.Toolbar.Sticky property; βž• added asynchronous version of method WebReport.Designer.SaveMethod - WebReport.Designer.SaveMethodAsync; βž• added validation of page range in WebReport export settings window; βž• added WebReport.Toolbar.Exports.PinnedSettingsPosition property. If enabled, the container of export settings will be fixed on the screen and displayed in the foreground; βž• report validator now runs from "Report|Validate report" menu. "Messages" window is used to display validation messages; βž• changed interface of QR code editor; βž• updated demo applications;

πŸ› fixed a bug with extraction of procedures in connection that cannot contain procedures; πŸ› fixed a bug where the first column of the page was always displayed in the leftmost position; πŸ› fixed a bug when GaugeObject.Value property was set equal GaugeObject.Minimum, if new value was more than GaugeObject.Maximum. Now it will be set equal GaugeObject.Maximum; πŸ› fixed a bug on right clicking Data Sources menu item; πŸ› fixed a bug when checkbox "Select all" was not visible in Data wizard; πŸ› fixed a bug causing System.NullReferenceException when deleting dialog form; πŸ› fixed issue with adding tables that were not selected in the connection wizard; πŸ› fixed a bug causing System.NullReferenceException when creating connection to stored procedure; πŸ› fixed exception when manually entering an invalid parameter type; πŸ› fixed a bug where it was impossible to set an object to a transparent color; πŸ› fixed reopening of the query wizard; πŸ› fixed incorrect margins when exporting the report to HTML; πŸ› fixed a bug with an extra empty page when exporting if there are bands with the Exportable property equal false; πŸ› fixed a bug when padding top was not taken into account when exporting to layered HTML; πŸ› fixed an error that made the text go beyond the table when the page was zoomed out in HTML export; πŸ› fixed a bug where First Page Source, Other Page Source, Last Page Source and Duplex properties was not saved when changing ReportPage; πŸ› fixed an error that made the report preview not refresh before pressing "Refresh" button; πŸ› fixed an error that caused incorrect calculation of table row height; πŸ› fixed an error that caused extra pages to appear when printing; πŸ› fixed incorrect work of report 'Interactive Report' on WebReport; πŸ› fixed rare NullReferenceException in WebReportLegacyCache;

Source: README.md, updated 2023-03-13