ReportService.GetLookUpValues(InstanceIdentity, ReportParameter[], String[]) Method
In This Article
Returns a collection of parameter values assigned to a lookup editor.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
public virtual ParameterLookUpValues[] GetLookUpValues(
InstanceIdentity identity,
ReportParameter[] parameterValues,
string[] requiredParameterPaths
)
#Parameters
Name | Type | Description |
---|---|---|
identity | Instance |
An Instance |
parameter |
Report |
An array of Report |
required |
String[] | An array of String values, specifying the parameter paths (for example, “subreport1. |
#Returns
Type | Description |
---|---|
Parameter |
An array of Parameter |
See Also