Skip to main content

TemplateFieldCategory Enum

Lists the categories of fields available in the Template Report.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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.

Remarks

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

See Also