Print Suite .Net • ListView Printing
To print ListView content with Print Suite .Net follow these steps:
- Drop ListViewProvider component onto you form
- Assign your ListView to ListView property of ListViewProvider component
- Customize ListViewProvider (fills, colors, borders, paddings) using appropriate properties, if you need it, or just let ListViewProvider import all the visual settings from linked ListView 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
|