TemplateCategory Enum
Lists the categories of reports available in the Template Wizard.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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