Skip to main content
A newer version of this page is available. .

ReportServiceClient.GetLookUpValues(InstanceIdentity, ReportParameter[], String[], Object) Method

OBSOLETE

Use the GetLookUpValuesAsync method instead.

Returns a collection of parameter values assigned to a lookup editor.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

Declaration

[Obsolete("Use the GetLookUpValuesAsync method instead.")]
public void GetLookUpValues(
    InstanceIdentity identity,
    ReportParameter[] parameterValues,
    string[] requiredParameterPaths,
    object asyncState
)

Parameters

Name Type Description
identity InstanceIdentity

An InstanceIdentity value.

parameterValues ReportParameter[]

An array of ReportParameter objects.

requiredParameterPaths String[]

An array of String values, specifying the parameter paths (for example, “subreport1.subreportParameter1”).

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also