RecordSetQuery
From Xojo Documentation
This item was deprecated.. Please use Report.Run as a replacement. |
Class (inherits from Object)
Used to obtain as selection of records that a Report can use. This usage is no longer needed. You can pass a RecordSet directly to a Report.
Methods | ||||||
|
Constructors | |
|
Notes
Initially, the RecordSetQuery constructor was used to obtain a group of records from a RecordSet to pass it to a Report in a suitable form. Please note that a RecordSet can now be passed directly to the reporting engine.
See Also
Report, ReportField, ReportLabel, ReportLineShape, ReportOvalShape, ReportRectangleShape, ReportRoundRectangleShape, ReportPicture classes, Reports module.