Module
Reports
Reporting
Printing
Description
Used by the Report class to create reports.
Enumerations
Reports.Units
Units
Specifies the unit of measure for various reporting properties and method parameters.
Enum
Inches
Millimeters
Pixels
Notes
The Reports Module contains the following items:
Item |
Description |
---|---|
Units |
An Enum that contains the Units in which the report's dimensions are measured (pixels, inches, or millimeters). |
The interface that provides data access for the report. |
|
The document that is generated when the report is run. |
|
Method that when called generates the report from the RowSet or Dataset passed. |
Because these items are apart of the Reports Module, they must be prefixed with it to access them For example, to access the the RBReportDocument, you'd use Reports.RBReportDocument.
Compatibility
Project Types |
Desktop |
Operating Systems |
All |
See also
Report, RBReportDocument, ReportField, Report, ReportLabel, ReportPageNumberLabel, ReportLineShape, ReportOvalShape, ReportRectangleShape, ReportPicture classes.