Report.Run
From Xojo Documentation
Method
Report.Run(ds as Reports.DataSet, printerSettings as PrinterSetup) As Boolean
Supported for all project types and targets.
Supported for all project types and targets.
Generates a report document from the given dataset.
Method
Report.Run(rs as RowSet, printerSettings as PrinterSetup) As Boolean
New in 2019r3
Supported for all project types and targets.
New in 2019r3
Supported for all project types and targets.
Generates a Report document from the given RowSet.
This item was deprecated in version 2019r3. Please use Report.Run with a RowSet as a replacement. |
Method
Report.Run(rs as RecordSet, printersettings as PrinterSetup) As Boolean
New in 2010r3
Supported for all project types and targets.
New in 2010r3
Supported for all project types and targets.
Generates a Report document from the given RecordSet. This eliminates the need to first convert a RecordSet to a RecordSetQuery.
Sample Code
Running a report to obtain the rendered pages in Reports.DataSet: