Skip to main content

ConfigureReportPageSettingsPage.Landscape Property

Specifies whether the page orientation is landscape.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnOrientationChanged")]
public virtual bool Landscape { get; set; }

Property Value

Type Description
Boolean

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

See Also