Thursday, March 5, 2015

Converting DataTable Contents into a PDF Report

I came across the need to convert DataTable into a PDF report and I found a couple of articles to show exactly how to do it. I was able to edit it for my use. Both articles use iTextSharp. It worked great!

VB.Net version

C# version