Skip to main content

TemplateOptions.TaxInclusive Property

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

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

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