IReportService.GetLookUpValues(InstanceIdentity, ReportParameter[], String[]) Method
Returns a collection of parameter values assigned to a lookup editor.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
ParameterLookUpValues[] GetLookUpValues(
InstanceIdentity identity,
ReportParameter[] parameterValues,
string[] requiredParameterPaths
)
Parameters
| Name | Type | Description |
|---|---|---|
| identity | InstanceIdentity | An InstanceIdentity object. |
| parameterValues | ReportParameter[] | An array of ReportParameter objects. |
| requiredParameterPaths | String[] | An array of String values, specifying the parameter paths (for example, “subreport1.subreportParameter1”). |
Returns
| Type | Description |
|---|---|
| ParameterLookUpValues[] | An array of ParameterLookUpValues objects. |
See Also