Print Suite .Net • Fixed Grid Printing
To print fixed grid (grid with equal width columns and rows of equal height) using Print Suite .Net follow these steps:
- Drop FixedGridProvider component onto you form
- Set the ColumnCount, ColumnsPerPage, RowCount and RowsPerPage properties (FixedGridProvider will calculate column width and row height itself)
- Customize FixedGridProvider (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
|