Using Grid''s functionality for custom print?

I have a GridControl and a printing manager which has a specific layout and in this layout it has to print the contents of the grid. So I can''t use the well known printing methods of the grid control. Is there a way to get a graphics object ot something and to use it for printing in my printing manager?

1 Reply

AD Administrator Syncfusion Team March 19, 2004 07:24 AM UTC

Can you use the grid.DrawGrid method? It will draw the grid using a given Graphics object, and optionally, target rectangles.

Loader.
Up arrow icon