TdxPrinterPage.Orientation Property
Specifies the report page orientation.
Declaration
property Orientation: TdxPrinterOrientation read; write; default poPortrait;
Property Value
Type | Default |
---|---|
TdxPrinterOrientation | poPortrait |
Remarks
Use this property to specify if report pages are displayed vertically or horizontally. Possible values of the Orientation property include:
Value | Description |
---|---|
poPortrait | A page is arranged vertically. |
poLandscape | A page is arranged horizontally. |
poAuto | A page’s orientation depends on its current content if the TdxPDFViewerReportLink report link is used. In any other case, poAuto is equivalent to the poPortrait value. |
The default value of this property is poPortrait.
See Also