Skip to main content

SpecifyReportTemplateOptionsPage.UpdateTaxEditorProperties(Boolean, String) Method

Updates the tax editor according to the specified settings.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void UpdateTaxEditorProperties(
    bool isNumeric,
    string mask
)

Parameters

Name Type Description
isNumeric Boolean

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

mask String

A string that specifies the mask applied to the tax value.

See Also