Skip to main content
A newer version of this page is available. .

ConfigureReportPageSettingsPageView.Landscape Property

Specifies whether or not the page orientation is landscape.

Namespace: DevExpress.XtraReports.Wizards.Views

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

Declaration

public bool Landscape { get; set; }

Property Value

Type Description
Boolean

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

Implements

See Also