Skip to main content

TemplateCategory Enum

Lists the categories of reports available in the Template Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public enum TemplateCategory

Members

Name Description
Invoices

A category containing templates for invoice reports.

Sales

A category containing templates for sales reports.

Remarks

The values listed by the TemplateCategory enumeration are returned by the TemplateInfoBase.Category property.

See Also