Skip to main content
A newer version of this page is available. .
All docs
V23.1

ReportWizardTemplateCollection Class

Contains report templates displayed in the Report Wizard.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v23.1.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