Nemesis09
Active member
Hi,
I have a DataGridView, which is already filled (manually via
Grid.Rows.Cells(x).Value = "") and I need to be able to print the datagridview. Idealy in a simmilar style to the datagridview, ie. the column headings in bold or something at the top of each column, and the whole grid (currently 5 columns) automatically fit to the width of the page.
A print dialogue would also be cool, but I can live without.
Thanks in advance for any help.
I have a DataGridView, which is already filled (manually via
Grid.Rows.Cells(x).Value = "") and I need to be able to print the datagridview. Idealy in a simmilar style to the datagridview, ie. the column headings in bold or something at the top of each column, and the whole grid (currently 5 columns) automatically fit to the width of the page.
A print dialogue would also be cool, but I can live without.
Thanks in advance for any help.