LookUpHelper.GetUpdatedMultiValueParameterValue(Object, IList<LookUpValue>, Boolean, Boolean, Type) Method
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public static object GetUpdatedMultiValueParameterValue(
object oldValueObject,
IList<LookUpValue> lookUps,
bool selectAllValues = false,
bool allowNull = false,
Type type = null
)
Parameters
Name | Type |
---|---|
oldValueObject | Object |
lookUps | IList<LookUpValue> |
Optional Parameters
Name | Type | Default |
---|---|---|
selectAllValues | Boolean | False |
allowNull | Boolean | False |
type | Type | null |
Returns
Type |
---|
Object |
See Also