Skip to main content

ConfigureReportPageSettingsPageView.Landscape Property

Specifies whether or not the page orientation is landscape.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool Landscape { get; set; }

Property Value

Type Description
Boolean

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

Implements

See Also