Class
RBReportDocument
Description
Used to store the report pages after a report has been run. It is part of the Reports Module module.
Method descriptions
RBReportDocument.Page
Page(Index As Integer) As Picture
Returns the passed page as a Picture. Page is 1-based.
RBReportDocument.PageCount
PageCount As Integer
Returns the number of pages rendered.
RBReportDocument.Print
Print(g As Graphics)
Prints the pages to the specified graphics output device.
Notes
The RBReportDocument class is part of the Reports Module module. It returns the document after a report has been run. A report consists of one or more pages as Picture objects. You can refer to a page using its index. You can display the pages to the user in a Canvas control or print the pages.
Compatibility
All project types on all supported operating systems.
See also
Object parent class; Reports Module module; Report class; Displaying Reports topic