VOOZH about

URL: https://www.nuget.org/packages/FastReport.OpenSource/

⇱ NuGet Gallery | FastReport.OpenSource 2026.2.3




👁 Image
FastReport.OpenSource 2026.2.3

Prefix Reserved
dotnet add package FastReport.OpenSource --version 2026.2.3
 
 
NuGet\Install-Package FastReport.OpenSource -Version 2026.2.3
 
 
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="2026.2.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastReport.OpenSource" Version="2026.2.3" />
 
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 2026.2.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FastReport.OpenSource, 2026.2.3"
 
 
#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.
#:package FastReport.OpenSource@2026.2.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FastReport.OpenSource&version=2026.2.3
 
Install as a Cake Addin
#tool nuget:?package=FastReport.OpenSource&version=2026.2.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

NuGet packages (36)

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).

ShiftSoftware.ShiftEntity.Print

Package Description

GitHub repositories (4)

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

Repository Stars
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
OpenAC-Net/OpenAC.Net.NFSe
Biblioteca para emissão e transmissão de NFSe.
Version Downloads Last Updated
2026.2.3 451 6/16/2026
2026.2.1 15,423 4/25/2026
2026.2.0 6,152 4/7/2026
2026.1.8 4,681 3/23/2026
2026.1.5 3,266 3/12/2026
2026.1.4 4,499 2/26/2026
2026.1.3 25,061 12/11/2025
2026.1.2 24,660 10/17/2025
2026.1.1 852 10/16/2025
2026.1.0 2,799 10/13/2025
2025.2.12 9,567 9/23/2025
2025.2.11 7,632 9/4/2025
2025.2.10 3,057 8/28/2025
2025.2.9 4,171 8/20/2025
2025.2.8 6,011 8/1/2025
2025.2.7 2,064 7/29/2025
2025.2.0 52,407 4/7/2025
2025.1.0 166,029 10/17/2024
2024.2.14 56,656 7/27/2024
2024.2.1 78,624 4/17/2024
Loading failed