Skip to main content
A newer version of this page is available.
All docs
V18.2

LookUpHelper.GetUpdatedMultiValueParameterValue(Object, IList<LookUpValue>) Method

Returns an updated collection of parameter values available in a look-up editor.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static object GetUpdatedMultiValueParameterValue(
    object oldValueObject,
    IList<LookUpValue> lookUps
)

Parameters

Name Type Description
oldValueObject Object

A Object value, specifying the previously selected parameter values.

lookUps IList<LookUpValue>

A collection of LookUpValue objects, specifying the look-up values available for the parameter.

Returns

Type Description
Object

A Object value, specifying the currently selected parameter values.

Remarks

Use the GetUpdatedMultiValueParameterValue method to obtain look-up values of a multi-value cascading parameter after changing the value of a corresponding linked parameter.

See Also