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

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