IParameterViewModel.ApplyParameter(IParameter, Boolean) Method
Binds a current parameter to the corresponding external (report) parameter.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
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