Printing data from a grid
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a DataGrid full of data which I would like to print. The columns and data are different depending on what query is run by the user. What way can be used to get this data into a printpreview screen to print or just print it straight to the printer? Thanks for any help. regards, Stephen McAllister
-
Hi, I have a DataGrid full of data which I would like to print. The columns and data are different depending on what query is run by the user. What way can be used to get this data into a printpreview screen to print or just print it straight to the printer? Thanks for any help. regards, Stephen McAllister
Hi, Guess the followinf link will help you. http://www.c-sharpcorner.com/Graphics/DataGridPrinterMG.asp Thnaks SGS