TemplateValueRange Enum
Lists the ranges to which values in the Template Report can be applied.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
Name | Description |
---|---|
Default
|
For internal use. |
None
|
A value is not taken into account. |
Unit
|
A value is applied to individual lines. |
Total
|
A value is applied to an entire report. |
Remarks
The values listed by the TemplateValueRange enumeration are returned by the following properties:
- ISpecifyReportTemplateOptionsPageView.DiscountValueRange
- SpecifyReportTemplateOptionsPageView.DiscountValueRange
- TemplateOptions.DiscountValueRange
- ISpecifyReportTemplateOptionsPageView.TaxValueRange
- SpecifyReportTemplateOptionsPageView.TaxValueRange
- TemplateOptions.TaxValueRange
- SpecifyReportTemplateOptionsPage.DiscountValueRange
- SpecifyReportTemplateOptionsPage.TaxValueRange
See Also