Report.Document
From Xojo Documentation
Property (As RBReportDocument )
aReport.Document = newRBReportDocumentValue
or
RBReportDocumentValue = aReport.Document
Supported for all project types and targets.
or
RBReportDocumentValue = aReport.Document
Supported for all project types and targets.
Contains the rendered pages after the report is Run.
Examples
This example runs a report to obtain the rendered pages in Reports.DataSet: