cerberus478
New member
- Joined
- Oct 8, 2011
- Messages
- 1
- Programming Experience
- Beginner
Hi
I would like to know how to print information from my datagridview onto paper.
I know how to do it using text boxes which is like this
Is there something similar for a datagridview
Thank you
I would like to know how to print information from my datagridview onto paper.
I know how to do it using text boxes which is like this
VB.NET:
e.Graphics.DrawString(txtTotal.Text, Plainfont, Brushes.Gray, right_column, vert)
vert = vert + 30
Is there something similar for a datagridview
Thank you