Skip to main content
All docs
V25.1
  • ReportWizardTemplateCollection Class

    Contains report templates displayed in the Report Wizard.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

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