Back to Devexpress

TemplateCategory Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-7cd4fadf.md

latest1.4 KB
Original Source

TemplateCategory Enum

Lists the categories of reports available in the Template Wizard.

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum TemplateCategory
vb
Public Enum TemplateCategory

Members

NameDescription
Invoices

A category containing templates for invoice reports.

| | Sales |

A category containing templates for sales reports.

|

The following properties accept/return TemplateCategory values:

Remarks

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

See Also

DevExpress.XtraReports.Wizards Namespace