ActiveReports Developer 7
Draw Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : Draw Method

Glossary Item Box

Renders the page's content to the specified Graphics object at the specified coordinates.

Overload List

OverloadDescription
DrawRenders the page's content to the specified Graphics object at the specified coordinates.  

Remarks

You can use this method to render the page content scaled to a rectangle.  This allows you to create thumbnail images of the pages or print multiple pages on a single sheet of paper.

See Also