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

TemplateFieldCategory Enum

Lists the categories of fields available in the Template Report.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public enum TemplateFieldCategory

Members

Name Description
Vendor

A category that contains fields providing information about a vendor.

Customer

A category that contains fields providing information about a customer.

InvoiceInfo

A category that contains fields with general information about an invoice report.

OrderDetails

A category that contains fields displaying order details.

Related API Members

The following properties accept/return TemplateFieldCategory values:

Remarks

The values listed by the TemplateFieldCategory enumeration are returned by the TemplateField.Category property.

See Also