Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

A Generic and Advanced PDF Data List Reporting Tool

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
10 Feb 2020CPOL16 min read 31.2K   1.6K   39  
Creating PDF reports for grouped or non-grouped data lists in C# with many custom options and configurations (providing source code with .NET Framework 4.6.1 and .NET Core 3.1)
The PdfDataReport tool presented in the article can be used to create PDF reports from a single-field grouped or non-grouped data lists. It’s a generic and developer-friendly report build engine. In addition to the full source code and sample demo application, the article emphasizes tool’s most important features and code pieces to help developers understand the design patterns, processing logic, and workflow for effectively and efficiently using the tool in business data applications. The article also attaches two editions of the source code, .NET Framework 4.6,1 and .NET Core 3.1. Updating steps and issues on the original PdfFileWriter library project with the .NET Core 3.1 Windows desktop are described for using the .NET Core compatible Windows.Forms, PresentationCore, and other related libraries.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Shenwei is a software developer and architect, and has been working on business applications using Microsoft and Oracle technologies since 1996. He obtained Microsoft Certified Systems Engineer (MCSE) in 1998 and Microsoft Certified Solution Developer (MCSD) in 1999. He has experience in ASP.NET, C#, Visual Basic, Windows and Web Services, Silverlight, WPF, JavaScript/AJAX, HTML, SQL Server, and Oracle.

Comments and Discussions