How can I print-out my data in DataGridView using a printer?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hello everyone. I want my program to print out the shown table in the DataGridView using a connected printer to the computer. I've never done such thing. Formatting is not important, I want to see the table on the printed paper as it is seen. How is it done? Can anybody help?
-
Hello everyone. I want my program to print out the shown table in the DataGridView using a connected printer to the computer. I've never done such thing. Formatting is not important, I want to see the table on the printed paper as it is seen. How is it done? Can anybody help?
try this The DataGridViewPrinter Class[^]
-
try this The DataGridViewPrinter Class[^]
oh thank you this is exactly what I'm looking for