LookUpHelper.GetUpdatedSingleValueParameterValue(Object, IList<LookUpValue>) Method
Returns an updated collection of parameter values available in a look-up editor.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public static object GetUpdatedSingleValueParameterValue(
object oldValue,
IList<LookUpValue> lookUps
)
Parameters
Name | Type | Description |
---|---|---|
oldValue | Object | A Object value, specifying the previously selected parameter value. |
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 value. |
Remarks
Use the GetUpdatedSingleValueParameterValue method to obtain look-up values of a single-value cascading parameter after changing the value of a corresponding linked parameter.
See Also