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

ChooseReportLayoutPage.ReportLayouts Property

Specifies available report layouts.

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

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

Declaration

public virtual IEnumerable<ReportLayout> ReportLayouts { get; protected set; }

Property Value

Type Description
IEnumerable<ReportLayout>

A collection of ReportLayout values.

See Also