ActiveReports 12 Server User Guide
DoLookup Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : DoLookup Method
The security token to use.
The model id.
The semantic query.
Performs the lookup according to specified a model and a query.
Syntax
'Declaration
 
Function DoLookup( _
   ByVal token As String, _
   ByVal modelId As String, _
   ByVal query As String _
) As LookupResult
LookupResult DoLookup( 
   string token,
   string modelId,
   string query
)

Parameters

token
The security token to use.
modelId
The model id.
query
The semantic query.

Return Value

See Also

Reference

IDesignerService Interface
IDesignerService Members