Back to Devexpress

TemplateValueRange Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-f9d7e076.md

latest3.8 KB
Original Source

TemplateValueRange Enum

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

Declaration

csharp
public enum TemplateValueRange
vb
Public Enum TemplateValueRange

Members

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

LibraryRelated API Members
WPF ControlsSpecifyReportTemplateOptionsPage.DiscountValueRange
SpecifyReportTemplateOptionsPage.TaxValueRange
.NET Reporting ToolsISpecifyReportTemplateOptionsPageView.DiscountValueRange
ISpecifyReportTemplateOptionsPageView.TaxValueRange
SpecifyReportTemplateOptionsPageView.DiscountValueRange
SpecifyReportTemplateOptionsPageView.TaxValueRange
TemplateOptions.DiscountValueRange
TemplateOptions.TaxValueRange

Remarks

The values listed by the TemplateValueRange enumeration are returned by the following properties:

See Also

DevExpress.XtraReports.Wizards Namespace