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

TemplateOptions.TaxValueType Property

Specifies the selected tax value type.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public TemplateValueType TaxValueType { get; set; }

Property Value

Type Description
TemplateValueType

A TemplateValueType enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to TaxValueType
ReportModel
.TemplateOptions .TaxValueType
TemplateInfo
.TemplateOptions .TaxValueType
See Also