ReportTypes(IEnumerable<ReportType>) Constructor
In This Article
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ReportTypes(
IEnumerable<ReportType> collection
)
#Parameters
Name | Type |
---|---|
collection | IEnumerable<Report |
See Also