TemplateValueType Enum
Lists the types for template field values available in the Template Wizard.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
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. |
Remarks
The values listed by the TemplateValueType enumeration are returned by the following properties.
- ISpecifyReportTemplateOptionsPageView.DiscountValueType
- SpecifyReportTemplateOptionsPageView.DiscountValueType
- TemplateOptions.DiscountValueType
- ISpecifyReportTemplateOptionsPageView.TaxValueType
- SpecifyReportTemplateOptionsPageView.TaxValueType
- TemplateOptions.TaxValueType
- SpecifyReportTemplateOptionsPage.DiscountValueType
- SpecifyReportTemplateOptionsPage.TaxValueType
See Also