Skip to main content
A newer version of this page is available. .

TemplateCategory Enum

Lists the categories of reports available in the Template Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public enum TemplateCategory

Members

Name Description
Invoices

A category containing templates for invoice reports.

Sales

A category containing templates for sales reports.

Related API Members

The following properties accept/return TemplateCategory values:

Remarks

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

See Also