Reports

From Xojo Documentation

Used by the Report class to create reports.


Notes

The Reports module contains the following items:

Item Description
Reports.Units An Enum that contains the Units in which the report's dimensions are measured (pixels, inches, or millimeters).

Reports.Units.Inches
Reports.Units.Millimeters
Reports.Units.Pixels

Reports.DataSet The interface that provides data access for the report.
Reports.RBReportDocument The document that is generated when the report is run.
Reports.RecordSetQuery A class that takes a RecordSet and makes it usable to the reporting engine.
Introduced in 2010r3:
As of 2010r3, this conversion is no longer necessary. A RecordSet can be passed directly to the reporting engine.

Examples

Refer to Examples/Printing and Reporting/Reporting for example projects.

See Also

Report, RBReportDocument, ReportField, Report, ReportLabel, ReportPageNumberLabel, ReportLineShape, ReportOvalShape, ReportRectangleShape, ReportPicture classes.