Back to Devexpress

ReportWizardTemplateCollection Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-services-99ea72e4.md

latest1.7 KB
Original Source

ReportWizardTemplateCollection Class

Contains report templates displayed in the Report Wizard.

Namespace : DevExpress.XtraReports.Web.ReportDesigner.Services

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

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public class ReportWizardTemplateCollection :
    List<ReportWizardTemplate>
vb
Public Class ReportWizardTemplateCollection
    Inherits List(Of ReportWizardTemplate)

Remarks

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

Inheritance

Object List<ReportWizardTemplate> ReportWizardTemplateCollection

See Also

ReportWizardTemplateCollection Members

DevExpress.XtraReports.Web.ReportDesigner.Services Namespace