ActiveReports 12 Server User Guide
SelectDescriptions Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : SelectDescriptions Method
The security token to use.
The type of descriptions to select.
The query.
Retrieves an array of resource descriptions matching the criterion defined by the specified query.
Syntax
'Declaration
 
Function SelectDescriptions( _
   ByVal token As String, _
   ByVal descriptionType As DescriptionType, _
   ByVal query As Query _
) As ItemDescription()
ItemDescription[] SelectDescriptions( 
   string token,
   DescriptionType descriptionType,
   Query query
)

Parameters

token
The security token to use.
descriptionType
The type of descriptions to select.
query
The query.

Return Value

The array of model descriptions matching the criterion defined by the specified query.
See Also

Reference

IReportService Interface
IReportService Members