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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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