Back to Devexpress

TemplateValueType Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-90f51256.md

latest3.9 KB
Original Source

TemplateValueType Enum

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

Declaration

csharp
public enum TemplateValueType
vb
Public Enum TemplateValueType

Members

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

LibraryRelated API Members
WPF ControlsSpecifyReportTemplateOptionsPage.DiscountValueType
SpecifyReportTemplateOptionsPage.TaxValueType
.NET Reporting ToolsISpecifyReportTemplateOptionsPageView.DiscountValueType
ISpecifyReportTemplateOptionsPageView.TaxValueType
SpecifyReportTemplateOptionsPageView.DiscountValueType
SpecifyReportTemplateOptionsPageView.TaxValueType
TemplateOptions.DiscountValueType
TemplateOptions.TaxValueType

Remarks

The values listed by the TemplateValueType enumeration are returned by the following properties.

See Also

DevExpress.XtraReports.Wizards Namespace