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

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

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public static object GetUpdatedMultiValueParameterValue(
    object oldValueObject,
    IList<LookUpValue> lookUps,
    bool selectAllValues = false,
    Type type = null
)

Parameters

Name Type
oldValueObject Object
lookUps IList<LookUpValue>

Optional Parameters

Name Type Default
selectAllValues Boolean False
type Type *null*

Returns

Type
Object
See Also