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.v18.2.dll

Declaration

bool TaxInclusive { get; set; }

Property Value

Type Description
Boolean

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

See Also