Back to Devexpress

TemplateFieldCategory Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-a9092794.md

latest1.6 KB
Original Source

TemplateFieldCategory Enum

Lists the categories of fields available in the Template Report.

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum TemplateFieldCategory
vb
Public Enum TemplateFieldCategory

Members

NameDescription
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.

|

The following properties accept/return TemplateFieldCategory values:

Remarks

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

See Also

DevExpress.XtraReports.Wizards Namespace