Back to Devexpress

TemplateFieldKind Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-c8cf09b9.md

latest3.3 KB
Original Source

TemplateFieldKind Enum

Lists the types of fields used in the Template Report.

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum TemplateFieldKind
vb
Public Enum TemplateFieldKind

Members

NameDescription
VendorName

Corresponds to the Vendor Name template field.

| | VendorContactName |

Corresponds to the Vendor Contact Name template field.

| | VendorAddress |

Corresponds to the Vendor Address template field.

| | VendorCity |

Corresponds to the Vendor City template field.

| | VendorCountry |

Corresponds to the Vendor Country template field.

| | VendorWebsite |

Corresponds to the Vendor Website template field.

| | VendorEmail |

Corresponds to the Vendor Email template field.

| | VendorPhone |

Corresponds to the Vendor Phone template field.

| | CustomerName |

Corresponds to the Customer Name template field.

| | CustomerContactName |

Corresponds to the Customer Contact Name template field.

| | CustomerAddress |

Corresponds to the Customer Address template field.

| | CustomerCity |

Corresponds to the Customer City template field.

| | CustomerCountry |

Corresponds to the Customer Country template field.

| | InvoiceNumber |

Corresponds to the Invoice Number template field.

| | InvoiceDate |

Corresponds to the Invoice Date template field.

| | InvoiceDueDate |

Corresponds to the Invoice Due Date template field.

| | ProductName |

Corresponds to the Product Name template field.

| | ProductDescription |

Corresponds to the Product Description template field.

| | Quantity |

Corresponds to the Quantity template field.

| | UnitPrice |

Corresponds to the Unit Price template field.

| | UnitDiscount |

Corresponds to the Unit Discount template field.

| | UnitTax |

Corresponds to the Unit Tax template field.

| | Discount |

Corresponds to the Discount template field.

| | Tax |

Corresponds to the Tax template field.

| | DiscountLineTotal |

For internal use.

| | TaxLineTotal |

For internal use.

| | LineTotal |

For internal use.

| | Subtotal |

For internal use.

| | DiscountTotal |

For internal use.

| | TaxTotal |

For internal use.

| | Total |

For internal use.

| | None |

For internal use.

|

The following properties accept/return TemplateFieldKind values:

Remarks

A TemplateFieldKind object is returned by the TemplateField.Kind property.

See Also

DevExpress.XtraReports.Wizards Namespace