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

LookUpHelper.GetLookUpValues(LookUpSettings, DataContext) Method

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

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

public static LookUpValueCollection GetLookUpValues(
    LookUpSettings lookUpSettings,
    DataContext dataContext
)

Parameters

Name Type Description
lookUpSettings LookUpSettings

A LookUpSettings object.

dataContext DataContext

A DataContext object.

Returns

Type Description
LookUpValueCollection

A LookUpValueCollection object.

See Also