Skip to main content

ChooseReportLayoutPage.ReportLayouts Property

Specifies available report layouts.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
IEnumerable<ReportLayout>

A collection of ReportLayout values.

See Also