The DataGridPrinter is a class that you can add to your applications to print (or preview) a data grid (or DataGridView) in a nciely formatted way.
The class allows you to control settings such as the header height, footer height, header font, grid font, footer font, grid line colour, header border colour, inter section spacing and so on.
The class takes care of putting the grid headings at the top of each page and generating a new page if the grid rows exceed one page etc.
Any comments or suggestions?




Reply With Quote