Skip to main content

SpecifyReportTemplateOptionsPage.TaxInclusive Property

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

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool TaxInclusive { get; set; }

Property Value

Type Description
Boolean

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

See Also