Print Suite .Net • DataGridView Printing
To print DataGridView content with Print Suite .Net follow these steps:
- Drop DataGridViewProvider component onto you form
- Assign your DataGridView to DataGridView property of DataGridViewProvider component
- Customize DataGridViewProvider (fills, colors, borders, paddings) using appropriate properties, if you need it, or just let DataGridViewProvider import all the visual settings from linked DataGridView control
- Customize fills, colors, borders and paddings of each cell using appropriate events, if you need it
- Print your print job as decribed on How to use it? page
|