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

ISpecifyReportTemplateOptionsPageView.TaxInclusive Property

If implemented, specifies whether the tax value is included in the price values.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

bool TaxInclusive { get; set; }

Property Value

Type Description
Boolean

true, if the tax is included in the price values; otherwise, false.

See Also