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

TemplateOptions.TaxInclusive Property

Specifies whether the tax value is included in the price values.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public DefaultBoolean TaxInclusive { get; set; }

Property Value

Type Description
DefaultBoolean

A value that specifies whether the tax value is included in the price values.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to TaxInclusive
ReportModel
.TemplateOptions.TaxInclusive
TemplateInfo
.TemplateOptions.TaxInclusive
XtraReportModel
.TemplateOptions.TaxInclusive
See Also