This article demonstrates the C1FlexGrid PrintDocumentGridRenderer class. This class is included in the C1FlexGrid assembly and provides methods for rendering scaled parts of the grid into the pages of regular PrintDocument objects. Using this approach, you have total control over the document. You could, for example, create several PrintDocumentGridRenderer objects and use them to render several grids into the same document, use a custom print preview dialog, and more.
...