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

IParameterViewModel.ApplyParameter(IParameter, Boolean) Method

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

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v18.2.dll

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