RecordSetQuery
From Xojo Documentation
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly... |
![]() |
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.