FastReport.OpenSource 2025.2.0

Prefix Reserved
dotnet add package FastReport.OpenSource --version 2025.2.0
                    
NuGet\Install-Package FastReport.OpenSource -Version 2025.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastReport.OpenSource" Version="2025.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastReport.OpenSource" Version="2025.2.0" />
                    
Directory.Packages.props
<PackageReference Include="FastReport.OpenSource" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FastReport.OpenSource --version 2025.2.0
                    
#r "nuget: FastReport.OpenSource, 2025.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=FastReport.OpenSource&version=2025.2.0
                    
Install FastReport.OpenSource as a Cake Addin
#tool nuget:?package=FastReport.OpenSource&version=2025.2.0
                    
Install FastReport.OpenSource as a Cake Tool

FastReport Open Source provides a free report generator for .NET/.NET Framework. You can use the FastReport Open Source in MVC, Web API, console applications.
     FastReport is written in C# and it is compatible with .NET Framework 4.6.2, .NET 6 and higher. Extendable FastReport architecture allows creating your own objects, export filters, wizards, and DB engines.
     - FastReport is a band-oriented report generator. There are 13 types of bands available: Report Title, Report Summary, Page Header, Page Footer, Column Header, Column Footer, Data Header, Data, Data Footer, Group Header, Group Footer, Child, and Overlay. In addition, sub-reports are fully supported.
     - A wide range of band types allows creating any kind of report: list, master-detail, group, multi-column, master-detail-detail and many more.
     - Wide range of available report objects: text, picture, line, shape, barcode, matrix, table, checkbox.
     - Reports can consist of several design pages, which allows reports to contain a cover, the data and a back cover, all in one file.
     - The Table object allows building a tabular report with variable number of rows and/or columns, just like in MS Excel. Aggregate functions are also available.
     - Powerful, fully configurable Matrix object that can be used to print pivot tables.
     - Report inheritance. For creating many reports with common elements such as titles, logos or footers you can place all the common elements in a base report and inherit all other reports from this base.
     Data Sources:
     - You can get data from XML, CSV, JSON, MS SQL, MySQL, Oracle, Postgres, MongoDB, Couchbase, Raven DB, SQLite.
     - FastReport has the ability to get data from business objects of IEnumerable type.
     - Report can contain data sources (tables, queries, DB connections).
     - Thus, you can not only use application-defined datasets but also connect to any database and use tables and queries directly within the report.
     FastReport Open Source can save documents in HTML, BMP, PNG, JPEG, GIF, TIFF, EMF. PDF export is available as a plugin.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (32)

Showing the top 5 NuGet packages that depend on FastReport.OpenSource:

Package Downloads
FastReport.OpenSource.Export.PdfSimple

FastReport Open Source provides a free report generator for .NET/.NET Core/.NET Framework. You can use the FastReport Open Source in MVC, Web API, console applications. FastReport is written in C# and it is compatible with .NET Standard 2.0 and higher. Extendable FastReport architecture allows creating your own objects, export filters, wizards, and DB engines. PDF export is available as a plugin. You can see an example of its use here. If this export is not enough for you and you need a full-featured PDF export with encryption, digital signing and fonts embedding - take a look at FastReport .NET Core.

FastReport.OpenSource.Data.MsSql

Represents a connection to MS SQL database for FastReport.OpenSource This package will not be updated. The FastReport.Data.MsSql package now includes a connector for all versions of the FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.CoreWin (.Net Core 3.1 and .Net 5 Windows).

FastReport.OpenSource.Data.Json

Represents a connection to Json data for FastReport.OpenSource. This package will not be updated. The FastReport.Data.Json package now includes a connector for all versions of the FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.CoreWin (.Net Core 3.1 and .Net 5 Windows).

FastReport.OpenSource.Data.MongoDB

Represents a connection to MongoDB database for FastReport.OpenSource. This package will not be updated. The FastReport.Data.MongoDB package now includes a connector for all versions of the FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.CoreWin (.Net Core 3.1 and .Net 5 Windows).

FastReport.OpenSource.Data.Postgres

Represents a connection to PostgreSQL database for FastReport.OpenSource. This package will not be updated. The FastReport.Data.Postgres package now includes a connector for all versions of the FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.CoreWin (.Net Core 3.1 and .Net 5 Windows).

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on FastReport.OpenSource:

Repository Stars
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
ZeusAutomacao/DFe.NET
Biblioteca para Geração de NFe(2.0, 3.10 e 4.0) e NFCe(3.10 e 4.0) e consumo dos serviços necessários à sua manutenção, conforme descritos em http://www.nfe.fazenda.gov.br/portal/principal.aspx
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
Hercules-NET/ZeusFiscal
A Principal Biblioteca em C# para Emissão e Impressão de NFe, NFCe, MDF-e e CT-e
Version Downloads Last updated
2025.2.0 1,642 4/7/2025
2025.1.0 39,600 10/17/2024
2024.2.14 29,140 7/27/2024
2024.2.1 46,912 4/17/2024
2024.2.0 6,895 4/8/2024
2024.1.10 6,060 3/22/2024
2024.1.7 22,742 2/22/2024
2024.1.6 8,789 2/13/2024
2024.1.5 12,220 1/31/2024
2024.1.4 14,096 1/24/2024
2024.1.3 8,358 1/9/2024
2024.1.2 12,044 12/19/2023
2024.1.1 9,565 12/1/2023
2024.1.0 4,288 11/27/2023
2023.3.13 10,535 11/17/2023
2023.3.12 3,808 11/15/2023
2023.3.11 2,090 11/13/2023
2023.3.10 2,217 11/10/2023
2023.3.9 5,491 11/1/2023
2023.3.7 6,944 10/18/2023
2023.3.5 10,560 10/9/2023
2023.3.4 4,634 10/3/2023
2023.3.3 3,524 9/29/2023
2023.3.2 4,305 9/27/2023
2023.3.1 3,114 9/25/2023
2023.3.0 7,449 9/11/2023
2023.2.29 12,230 8/21/2023
2023.2.27 9,194 8/10/2023
2023.2.26 2,427 8/10/2023
2023.2.25 9,537 7/31/2023
2023.2.24 5,442 7/24/2023
2023.2.23 4,060 7/19/2023
2023.2.20 9,182 7/3/2023
2023.2.19 2,756 7/3/2023
2023.2.18 9,998 6/16/2023
2023.2.17 13,959 6/5/2023
2023.2.16 6,850 6/1/2023
2023.2.15 5,199 5/26/2023
2023.2.14 3,603 5/19/2023
2023.2.13 3,838 5/15/2023
2023.2.12 10,714 5/5/2023
2023.2.10 4,083 4/26/2023
2023.2.9 3,625 4/20/2023
2023.2.8 2,791 4/19/2023
2023.2.7 8,476 4/10/2023
2023.2.6 3,057 4/6/2023
2023.2.5 5,602 3/30/2023
2023.2.4 61,780 3/22/2023
2023.2.3 3,982 3/20/2023
2023.2.2 3,094 3/17/2023
2023.2.0 13,532 3/13/2023
2023.1.13 21,462 2/14/2023
2023.1.12 9,074 2/8/2023
2023.1.11 3,497 2/7/2023
2023.1.10 11,249 1/27/2023
2023.1.9 5,574 1/19/2023
2023.1.8 31,038 1/9/2023
2023.1.6 7,051 12/23/2022
2023.1.1 12,411 12/9/2022
2023.1.0 7,788 11/28/2022
2022.3.15 21,499 11/17/2022
2022.3.14 3,173 11/16/2022
2022.3.13 10,266 11/9/2022
2022.3.12 9,318 10/27/2022
2022.3.11 11,269 10/20/2022
2022.3.10 6,727 10/12/2022
2022.3.9 14,709 10/5/2022
2022.3.8 4,332 9/29/2022
2022.3.6 6,571 9/23/2022
2022.3.4 6,278 9/14/2022
2022.3.0 8,332 9/6/2022
2022.2.18 16,666 8/31/2022
2022.2.17 15,518 8/5/2022
2022.2.16 6,293 7/28/2022
2022.2.15 7,796 7/14/2022
2022.2.14 4,213 7/12/2022
2022.2.13 4,802 7/5/2022
2022.2.12 14,526 6/17/2022
2022.2.11 10,746 6/2/2022
2022.2.9 12,600 5/16/2022
2022.2.7 24,900 4/15/2022
2022.2.2 28,872 3/18/2022
2022.2.0 9,652 3/14/2022
2022.1.14 9,249 2/22/2022
2022.1.13 10,022 2/9/2022
2022.1.11 18,596 2/2/2022
2022.1.10 8,114 1/25/2022
2022.1.9 4,854 1/17/2022
2022.1.0 25,784 12/6/2021
2021.4.16 14,843 11/24/2021
2021.4.15 5,417 11/15/2021
2021.4.13 7,997 11/2/2021
2021.4.6 28,159 9/27/2021
2021.4.3 5,440 9/8/2021
2021.4.0 50,834 9/6/2021
2021.3.30 3,928 8/30/2021
2021.3.29 2,993 8/27/2021
2021.3.28 5,961 8/20/2021
2021.3.27 3,230 8/19/2021
2021.3.22 28,796 7/29/2021
2021.3.17 4,180 7/19/2021
2021.3.15 3,503 7/13/2021
2021.3.14 5,833 7/10/2021
2021.3.13 7,318 7/7/2021
2021.3.6 16,249 6/10/2021
2021.3.4 4,865 6/2/2021
2021.3.1 8,012 5/18/2021
2021.3.0 7,343 5/17/2021
2021.2.14 5,152 5/11/2021
2021.2.11 11,426 4/26/2021
2021.2.7 6,475 4/8/2021
2021.2.6 2,935 4/8/2021
2021.2.0 23,805 3/9/2021
2021.1.20 16,321 2/25/2021
2021.1.17 9,536 2/17/2021
2021.1.7 13,833 1/12/2021
2021.1.2 10,772 12/17/2020
2021.1.0 11,879 12/7/2020
2020.4.11 19,595 11/26/2020
2020.4.10 9,058 11/24/2020
2020.4.9 13,711 11/7/2020
2020.4.8 5,761 11/5/2020
2020.4.7 10,532 10/30/2020
2020.4.6 17,639 10/26/2020
2020.4.5 8,841 10/13/2020
2020.4.4 12,518 10/2/2020
2020.4.3 7,906 9/25/2020
2020.4.0 27,128 9/7/2020
2020.3.22 7,172 8/28/2020 2020.3.22 has at least one vulnerability with critical severity.
2020.3.21 6,219 8/26/2020 2020.3.21 has at least one vulnerability with critical severity.
2020.3.17 15,790 8/14/2020 2020.3.17 has at least one vulnerability with critical severity.
2020.3.14 13,983 7/28/2020 2020.3.14 has at least one vulnerability with critical severity.
2020.3.10 5,087 7/16/2020 2020.3.10 has at least one vulnerability with critical severity.
2020.3.4 20,069 5/29/2020 2020.3.4 has at least one vulnerability with critical severity.
2020.3.1 9,990 5/20/2020 2020.3.1 has at least one vulnerability with critical severity.
2020.3.0 9,603 5/18/2020 2020.3.0 has at least one vulnerability with critical severity.
2020.2.9 11,456 4/14/2020 2020.2.9 has at least one vulnerability with critical severity.
2020.2.0 16,826 3/12/2020 2020.2.0 has at least one vulnerability with critical severity.
2020.1.28 7,916 3/2/2020 2020.1.28 has at least one vulnerability with critical severity.
2020.1.25 7,136 2/25/2020 2020.1.25 has at least one vulnerability with critical severity.
2020.1.20 9,636 2/11/2020 2020.1.20 has at least one vulnerability with critical severity.
2020.1.0 74,504 12/2/2019 2020.1.0 has at least one vulnerability with critical severity.
2019.4.0 48,124 9/10/2019 2019.4.0 has at least one vulnerability with critical severity.
2019.3.19 44,356 8/1/2019 2019.3.19 has at least one vulnerability with critical severity.
2019.3.13 6,776 7/12/2019 2019.3.13 has at least one vulnerability with critical severity.
2019.3.0 15,804 5/15/2019 2019.3.0 has at least one vulnerability with critical severity.
2019.2.0 12,008 3/5/2019 2019.2.0 has at least one vulnerability with critical severity.
2019.1.20 38,247 2/14/2019 2019.1.20 has at least one vulnerability with critical severity.
2019.1.0 9,896 12/19/2018 2019.1.0 has at least one vulnerability with critical severity.
2018.4.16 8,367 12/11/2018 2018.4.16 has at least one vulnerability with critical severity.
2018.4.9 4,395 11/2/2018 2018.4.9 has at least one vulnerability with critical severity.
2018.4.7 7,540 10/25/2018 2018.4.7 has at least one vulnerability with critical severity.