Print Suite .Net • Grid Printing
To print grid with Print Suite .Net follow these steps:
- Drop GridProvider component onto you form
- Measure columns and specify the number of columns using MeasureColumn event
- Measure rows and specify the number of rows using MeasureColumn event
- Set the cell span data using CellSpan event, if you need it
- Customize GridProvider (fills, colors, borders, paddings) using appropriate properties, if you need it
- Customize fills, colors, borders and paddings of each cell using appropriate events, if you need it
- Draw cells content using PrintCellContent event
- Print your print job as decribed on How to use it? page
|