1
Answer

C# datagridview and specific column report in iTextsharp

Shovan Saha

Shovan Saha

7y
229
1
This is my datagridview in C#, visual studio 2015 for desktop dataentry application. I want to make iTextsharp report with PaymentDate, ReceiverName and AmountBdt column. I need a sample code or example. Please help me. 
 
Answers (1)
0
Vivek Kumar

Vivek Kumar

NA 7.6k 729.2k 7y
Please go through the below links and understand the code and then implement in your project.
 
http://www.c-sharpcorner.com/blogs/create-table-in-pdf-using-c-sharp-and-itextsharp
 
https://www.mikesdotnetting.com/article/86/itextsharp-introducing-tables 
Accepted