Gets the orientation of a report page.
Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public bool Landscape { get; }
|
VB |
Public ReadOnly Property Landscape As Boolean
|
Property value
Type: Boolean
true, if the landscape page orientation is used; otherwise, false.

See Also