Printing Datagridview
-
Hi all... I want to print all rows and columns of datagridview with their column name.I never used printing datagridview. Suggest me how can I do this. Thanks. Gagan
whether you try to search on Google or Code Project? Refer following link Google search for Datagridview Printing[^]
Rupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11
-
whether you try to search on Google or Code Project? Refer following link Google search for Datagridview Printing[^]
Rupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11
-
Hi all... I want to print all rows and columns of datagridview with their column name.I never used printing datagridview. Suggest me how can I do this. Thanks. Gagan
-
Thanks for your reply. I already googled a lot but I did not got any proper way,thats why I posted my question here. If you have any idea then please suggest me. Thanks. Gagan
Are you saying that you didn't get exactly what you wanted? There's tons of examples out there. You take those examples, learn the basic techniques from them, then modify or rewrite the examples to fit your needs.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
...or this: http://www.codeproject.com/KB/printing/datagridviewprinter.aspx[^] Note that there's also a port to VB.NET in the messageboard at the end of the article.