ActiveReports 9 Server
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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum