Skip to main content

SpecifyReportTemplateOptionsPageView.TaxInclusive Property

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool TaxInclusive { get; set; }

Property Value

Type Description
Boolean

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

Implements

See Also