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

ChooseReportTypePage.ReportTypes Property

Specifies available report types.

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

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

Declaration

public IEnumerable<ReportType> ReportTypes { get; }

Property Value

Type Description
IEnumerable<ReportType>

A collection of ReportType values.

See Also