Skip to main content

IParameterViewModel.ApplyParameter(IParameter, Boolean) Method

Binds a current parameter to the corresponding external (report) parameter.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void ApplyParameter(
    IParameter parameter,
    bool applyType
)

Parameters

Name Type Description
parameter IParameter

An object implementing the IParameter interface that specifies the report parameter.

applyType Boolean

true, if the report parameter type should be applied to the current parameter; otherwise, false.

See Also