Module

# Reports

<div class="rst-class">

forsearch

</div>

Reporting

<div class="rst-class">

forsearch

</div>

Printing

<div class="rst-class">

forsearch

</div>

Print

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Used by the `Report</api/printing/reporting/report>` class to create <span class="title-ref">reports</span>.

## Enumerations

<div id="reports.units">

<div class="rst-class">

forsearch

</div>

</div>

Reports.Units

### Units

> Specifies the unit of measure for various reporting properties and method parameters.
>
> | Enum        |
> |-------------|
> | Inches      |
> | Millimeters |
> | Pixels      |

## Notes

The <span class="title-ref">Reports</span> 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).                             |
| `Dataset</api/printing/reporting/dataset>`                   | The interface that provides data access for the report.                                                                                     |
| `RBReportDocument</api/printing/reporting/rbreportdocument>` | The document that is generated when the report is run.                                                                                      |
| `Report.Run<report.run>`                                     | Method that when called generates the report from the `RowSet</api/databases/rowset>` or `Dataset</api/printing/reporting/dataset>` passed. |

Because these items are apart of the <span class="title-ref">Reports</span> Module, they must be prefixed with it to access them For example, to access the the `RBReportDocument</api/printing/reporting/rbreportdocument>`, you'd use Reports.RBReportDocument.

## Compatibility

|                       |         |
|-----------------------|---------|
| **Project Types**     | Desktop |
| **Operating Systems** | All     |

<div class="seealso">

`Report</api/printing/reporting/report>`, `RBReportDocument</api/printing/reporting/rbreportdocument>`, `ReportField</api/printing/reporting/reportfield>`, `Report</api/printing/reporting/report>`, `ReportLabel</api/printing/reporting/reportlabel>`, `ReportPageNumberLabel</api/printing/reporting/reportpagenumberlabel>`, `ReportLineShape</api/printing/reporting/reportlineshape>`, `ReportOvalShape</api/printing/reporting/reportovalshape>`, `ReportRectangleShape</api/printing/reporting/reportrectangleshape>`, `ReportPicture</api/printing/reporting/reportpicture>` classes.

</div>
