IReportServiceClient.GetLookUpValuesAsync(InstanceIdentity, ReportParameter[], String[], Object) Method
Asynchronously obtains a collection of parameter values assigned to a lookup editor.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
void GetLookUpValuesAsync(
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