Skip to main content

ChooseReportTypePage.ReportTypes Property

Specifies available report types.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<ReportType> ReportTypes { get; }

Property Value

Type Description
IEnumerable<ReportType>

A collection of ReportType values.

See Also