Skip to main content
All docs
V20.2

LookUpHelper.GetLookUpValues(LookUpSettings, DataContext, IParameterEditorValueProvider) Method

Returns a collection of parameter values that have been selected in a look-up editor.

Namespace: DevExpress.XtraReports.Parameters

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

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

Declaration

public static LookUpValueCollection GetLookUpValues(
    LookUpSettings lookUpSettings,
    DataContext dataContext,
    IParameterEditorValueProvider parameterValueProvider = null
)

Parameters

Name Type Description
lookUpSettings LookUpSettings

A LookUpSettings object.

dataContext DataContext

A DataContext object.

Optional Parameters

Name Type Default Description
parameterValueProvider IParameterEditorValueProvider *null*

An object implementing the IParameterEditorValueProvider interface.

Returns

Type Description
LookUpValueCollection

A LookUpValueCollection object.

See Also