Anybody know of a way to print the contents of a DataGrid, including rows which are not in the visible area?
Printable View
Anybody know of a way to print the contents of a DataGrid, including rows which are not in the visible area?
Make your own report that recreates the structure of rows and columns.
Or you could send it to an Excel file and print it from there.