FastReport.OpenSource 2023.3.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FastReport.OpenSource --version 2023.3.2
NuGet\Install-Package FastReport.OpenSource -Version 2023.3.2
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="2023.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastReport.OpenSource --version 2023.3.2
#r "nuget: FastReport.OpenSource, 2023.3.2"
#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.
// Install FastReport.OpenSource as a Cake Addin
#addin nuget:?package=FastReport.OpenSource&version=2023.3.2

// Install FastReport.OpenSource as a Cake Tool
#tool nuget:?package=FastReport.OpenSource&version=2023.3.2

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.
     - 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (30)

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

Package Downloads
FastReport.OpenSource.Export.PdfSimple The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 (3)

Showing the top 3 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.
Version Downloads Last updated
2024.2.1 3,296 4/17/2024
2024.2.0 1,528 4/8/2024
2024.1.10 2,461 3/22/2024
2024.1.7 6,954 2/22/2024
2024.1.6 4,921 2/13/2024
2024.1.5 8,769 1/31/2024
2024.1.4 4,945 1/24/2024
2024.1.3 4,993 1/9/2024
2024.1.2 6,909 12/19/2023
2024.1.1 7,546 12/1/2023
2024.1.0 3,010 11/27/2023
2023.3.13 5,261 11/17/2023
2023.3.12 2,512 11/15/2023
2023.3.11 1,870 11/13/2023
2023.3.10 1,879 11/10/2023
2023.3.9 4,747 11/1/2023
2023.3.7 5,366 10/18/2023
2023.3.5 7,575 10/9/2023
2023.3.4 4,083 10/3/2023
2023.3.3 2,879 9/29/2023
2023.3.2 3,000 9/27/2023
2023.3.1 2,553 9/25/2023
2023.3.0 5,519 9/11/2023
2023.2.29 8,087 8/21/2023
2023.2.27 8,136 8/10/2023
2023.2.26 2,271 8/10/2023
2023.2.25 7,103 7/31/2023
2023.2.24 4,568 7/24/2023
2023.2.23 3,579 7/19/2023
2023.2.20 7,109 7/3/2023
2023.2.19 2,602 7/3/2023
2023.2.18 8,229 6/16/2023
2023.2.17 11,103 6/5/2023
2023.2.16 6,505 6/1/2023
2023.2.15 4,245 5/26/2023
2023.2.14 3,408 5/19/2023
2023.2.13 3,542 5/15/2023
2023.2.12 8,547 5/5/2023
2023.2.10 3,814 4/26/2023
2023.2.9 3,341 4/20/2023
2023.2.8 2,613 4/19/2023
2023.2.7 7,517 4/10/2023
2023.2.6 2,839 4/6/2023
2023.2.5 4,869 3/30/2023
2023.2.4 27,617 3/22/2023
2023.2.3 3,816 3/20/2023
2023.2.2 2,869 3/17/2023
2023.2.0 11,261 3/13/2023
2023.1.13 14,946 2/14/2023
2023.1.12 7,680 2/8/2023
2023.1.11 3,262 2/7/2023
2023.1.10 9,484 1/27/2023
2023.1.9 4,814 1/19/2023
2023.1.8 27,923 1/9/2023
2023.1.6 6,525 12/23/2022
2023.1.1 9,856 12/9/2022
2023.1.0 6,655 11/28/2022
2022.3.15 14,980 11/17/2022
2022.3.14 2,984 11/16/2022
2022.3.13 9,898 11/9/2022
2022.3.12 7,446 10/27/2022
2022.3.11 8,784 10/20/2022
2022.3.10 6,067 10/12/2022
2022.3.9 11,786 10/5/2022
2022.3.8 3,976 9/29/2022
2022.3.6 5,550 9/23/2022
2022.3.4 5,709 9/14/2022
2022.3.0 5,640 9/6/2022
2022.2.18 8,478 8/31/2022
2022.2.17 14,846 8/5/2022
2022.2.16 5,515 7/28/2022
2022.2.15 7,556 7/14/2022
2022.2.14 3,982 7/12/2022
2022.2.13 4,321 7/5/2022
2022.2.12 12,129 6/17/2022
2022.2.11 9,862 6/2/2022
2022.2.9 10,949 5/16/2022
2022.2.7 22,119 4/15/2022
2022.2.2 23,795 3/18/2022
2022.2.0 7,253 3/14/2022
2022.1.14 8,600 2/22/2022
2022.1.13 9,091 2/9/2022
2022.1.11 15,499 2/2/2022
2022.1.10 7,787 1/25/2022
2022.1.9 4,165 1/17/2022
2022.1.0 24,822 12/6/2021
2021.4.16 14,366 11/24/2021
2021.4.15 4,591 11/15/2021
2021.4.13 7,617 11/2/2021
2021.4.6 22,627 9/27/2021
2021.4.3 5,212 9/8/2021
2021.4.0 41,323 9/6/2021
2021.3.30 3,721 8/30/2021
2021.3.29 2,811 8/27/2021
2021.3.28 5,777 8/20/2021
2021.3.27 3,022 8/19/2021
2021.3.22 22,905 7/29/2021
2021.3.17 3,924 7/19/2021
2021.3.15 3,283 7/13/2021
2021.3.14 5,523 7/10/2021
2021.3.13 7,051 7/7/2021
2021.3.6 13,382 6/10/2021
2021.3.4 4,665 6/2/2021
2021.3.1 7,328 5/18/2021
2021.3.0 6,876 5/17/2021
2021.2.14 4,954 5/11/2021
2021.2.11 10,568 4/26/2021
2021.2.7 6,101 4/8/2021
2021.2.6 2,758 4/8/2021
2021.2.0 17,648 3/9/2021
2021.1.20 13,575 2/25/2021
2021.1.17 9,196 2/17/2021
2021.1.7 13,354 1/12/2021
2021.1.2 9,867 12/17/2020
2021.1.0 10,841 12/7/2020
2020.4.11 17,836 11/26/2020
2020.4.10 8,103 11/24/2020
2020.4.9 12,417 11/7/2020
2020.4.8 5,422 11/5/2020
2020.4.7 8,942 10/30/2020
2020.4.6 15,538 10/26/2020
2020.4.5 7,520 10/13/2020
2020.4.4 10,430 10/2/2020
2020.4.3 7,547 9/25/2020
2020.4.0 17,439 9/7/2020
2020.3.22 6,579 8/28/2020
2020.3.21 5,877 8/26/2020
2020.3.17 13,999 8/14/2020
2020.3.14 13,000 7/28/2020
2020.3.10 4,844 7/16/2020
2020.3.4 19,242 5/29/2020
2020.3.1 9,685 5/20/2020
2020.3.0 9,146 5/18/2020
2020.2.9 11,038 4/14/2020
2020.2.0 16,256 3/12/2020
2020.1.28 7,521 3/2/2020
2020.1.25 6,731 2/25/2020
2020.1.20 9,321 2/11/2020
2020.1.0 71,843 12/2/2019
2019.4.0 46,212 9/10/2019
2019.3.19 34,485 8/1/2019
2019.3.13 6,392 7/12/2019
2019.3.0 15,128 5/15/2019
2019.2.0 11,344 3/5/2019
2019.1.20 33,456 2/14/2019
2019.1.0 9,528 12/19/2018
2018.4.16 7,879 12/11/2018
2018.4.9 4,142 11/2/2018
2018.4.7 6,166 10/25/2018