Skip to main content

IConfigureReportPageSettingsPageView.Landscape Property

If implemented, specifies whether or not the page orientation is landscape.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

bool Landscape { get; set; }

Property Value

Type Description
Boolean

true, if the page orientation is landscape; otherwise, false.

See Also