A newer version of this page is available.
Switch to the current version.
TemplateFieldCategory Enum
Lists the categories of fields available in the Template Report.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
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
Feedback