VahidN / PdfReport

PdfReport is a code first reporting engine, which is built on top of the iTextSharp and EPPlus libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PdfReport

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.

sample.png

Install via NuGet

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.

Usage

Licenses

Library License
iTextSharp AGPL. More info here & here
EPPlus LGPL
PdfReport LGPL

About

PdfReport is a code first reporting engine, which is built on top of the iTextSharp and EPPlus libraries.

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%Language:Batchfile 0.0%