xtrareports-devexpress-dot-xtrareports-dot-wizards-90f51256.md
Lists the types for template field values available in the Template Wizard.
Namespace : DevExpress.XtraReports.Wizards
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum TemplateValueType
Public Enum TemplateValueType
| Name | Description |
|---|---|
Default |
For internal use.
|
| Flat |
A value is flat, meaning that it is applied to line subtotals.
|
| Fixed |
A value is fixed, meaning that it is applied to individual items and does not depend on the item quantity.
|
| Percentage |
A value is a percent of the original value as a fraction of 100.
|
| DecimalPercentage |
A value is a percent of the original value as a decimal fraction.
|
The following properties accept/return TemplateValueType values:
The values listed by the TemplateValueType enumeration are returned by the following properties.
See Also