Printing
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Please help,there is any method or way to print data from datagrid.
-
Please help,there is any method or way to print data from datagrid.
-
Please help,there is any method or way to print data from datagrid.
Have you investigated the PrintDocument class? You may want to subclass PrintDocument to output rows from the source of a datagrid.