Skip to main content

ISpecifyReportTemplateOptionsPageView.UpdateDiscountEditorProperties(Boolean, String) Method

If implemented, updates the discount editor according to the specified settings.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void UpdateDiscountEditorProperties(
    bool isNumeric,
    string mask
)

Parameters

Name Type Description
isNumeric Boolean

true, if the discount 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 discount value.

See Also