Skip to main content
A newer version of this page is available. .

TemplateValueRange Enum

Lists the ranges to which values in the Template Report can be applied.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public enum TemplateValueRange

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:

See Also