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

ChooseReportLayoutPage.Portrait Property

Specifies the state of the Portrait and Landscape radio buttons.

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

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

Declaration

public virtual bool Portrait { get; set; }

Property Value

Type Description
Boolean

true, if the Portrait radio button is active; false, if the Landscape radio button is active.

See Also