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

SpecifyReportTemplateOptionsPage.TaxValueIsNumeric Property

Specifies whether the tax value is manually entered.

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

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

Declaration

public virtual bool TaxValueIsNumeric { get; set; }

Property Value

Type Description
Boolean

true, if the tax value is manually entered; false, if this value is not specified or obtained from a data source.

See Also