Skip to main content
All docs
V23.2

ReportWizardTemplateCollection Class

Contains report templates displayed in the Report Wizard.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public class ReportWizardTemplateCollection :
    List<ReportWizardTemplate>

Remarks

The ReportWizardTemplateCollection object is an argument of the ReportWizardCustomizationService.CustomizeReportTypeList) method.

Inheritance

Object
List<ReportWizardTemplate>
ReportWizardTemplateCollection
See Also