PdfReport is a code first reporting engine, which is built on top of the iTextSharp and EPPlus libraries.
It's compatible with both .NET 3.5+ Web and Windows applications. PdfReport supports wide range of the data sources from data tables to in memory strongly typed lists without needing the database. It saves your time from searching and learning a lot of tips and tricks of iTextSharp and EPPlus libraries. It's designed to be compatible with RTL languages.
To install PdfReport, run the following command in the Package Manager Console:
PM> Install-Package PdfReport
You can also view the package page on NuGet.
Library | License |
---|---|
iTextSharp | AGPL. More info here & here |
EPPlus | LGPL |
PdfReport | LGPL |