0
Export three datagridview to one pdf
Hi! I have a window form app with three datagridview fill with data and i will like to export this datagridview to one pdf file and each datagridview on one page with a title. I need your help thank.
4 odpowiedzi
+ 2
Use a PDF library and generate your view using your grids. Done.
+ 1
Google C# PDF library, or use nuget package Manager from VisualStudio to load an PDF library of your choice.
Use the library to creade a PDF with pages, put tables on these pages, filled with data from your grid. Save your coded PDF as a file. Done
0
Daniel Adam thanks for your respond. But i dont really know about pdf library. can you put more ligth on the issue please
0
ok thank very mich Daniel Adam