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

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.1.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