TemplateOptions.TaxInclusive Property
Specifies whether the tax value is included in the price values.
Namespace: DevExpress.XtraReports.Wizards.Templates
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to TaxInclusive |
|---|---|
| ReportModel |
|
| TemplateInfo |
|
See Also