Skip to main content

ChooseReportLayoutPage.Portrait Property

Specifies the state of the Portrait and Landscape radio buttons.

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

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

NuGet Package: DevExpress.Wpf.Reporting

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