TemplateOptions.TaxInclusive Property
In This Article
Specifies whether the tax value is included in the price values.
Namespace: DevExpress.XtraReports.Wizards.Templates
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public DefaultBoolean TaxInclusive { get; set; }
#Property Value
Type | Description |
---|---|
Default |
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 Tax |
---|---|
Report |
|
Template |
|
See Also