I'm trying to print the contents of a Datagrid, any ideas on how i do this I've looked at the other threads to do with this and none of these actually answer the question, or they are in C#.
If your DataGrid has a DataSet under it, you can use CrystalReports to report on the DataSet. I don't know of any quick and easy ways to print off a DataGrid.
If you're familiar with GDI+, then writing things to the printer isn't as bad as you might think. You could write a MyDataGrid.PrintToPrinter() and share it with us :-) .
Printing from a Datagrid in VB.Net
Steve Cronk
If you're familiar with GDI+, then writing things to the printer isn't as bad as you might think. You could write a MyDataGrid.PrintToPrinter() and share it with us :-) .
Jason Rawlins
www.thescarms.com/dotnet/printdataset.asp