IParameterViewModel.ApplyParameter(IParameter, Boolean) Method
Binds a current parameter to the corresponding external (report) parameter.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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