Reoprt form to datagrideview1 data show and this data btnpdfexport click to Export data view pdf formate to datagrideview1 windows form c#
Loading
Reoprt form to datagrideview1 data show and this data btnpdfexport click to Export data view pdf formate to datagrideview1 windows form c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Feb 12, 2024, 1:36 PM
Please check out my blog below.
https://www.c-sharpcorner.com/blogs/export-datagridview-data-to-pdf-in-c-sharp
Jithu ThomasPosted Feb 10, 2024, 10:36 AM
Display Data in DataGridView by using the below code sinppet: -
Install a PDF library like
iTextSharpto handle the PDF export. You can install it using NuGet Package Manager:Handle the button click event to export data to PDF when the button is clicked.