I am fairly new to .NET and C#, but I have a DataGridView that I would like to print. What would be the best way to go about doing so?
I like this method http://www.codeproject.com/KB/grid/GridDrawer.Net.aspx But is there any way I can choose the printer.
I want to auto print at the end of a process. So planing to choose this as options 1, so i can always print to default printer. And another option like to choose the printer and then print. So in total 2 ptint function in all. Please reply. Cheers