I have very long DataDridView which I need to print.
DataGridView contains header and only one row , but may contains 6 to 180 columns.
I would like to print on only one page in multiple lines (depending on the size of my datagridview).
Does someone, somewhere already has an example of how to do it?
Thanks in advance.
Onenew