xtrareports-devexpress-dot-xtrareports-dot-wizards-f9d7e076.md
Lists the ranges to which values in the Template Report can be applied.
Namespace : DevExpress.XtraReports.Wizards
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum TemplateValueRange
Public Enum TemplateValueRange
| 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.
|
The following properties accept/return TemplateValueRange values:
The values listed by the TemplateValueRange enumeration are returned by the following properties:
See Also