ActiveReports 12 Server User Guide
GetList Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : GetList Method
The security token to use.
Specifies the type of resources to get list of.
Specifies the filter to process the result by.
Returns a list of descriptors for specified type.
Syntax
'Declaration
 
Function GetList( _
   ByVal token As String, _
   ByVal type As StorageType, _
   ByVal filter As DescriptionFilter _
) As ItemDescriptionsResult

Parameters

token
The security token to use.
type
Specifies the type of resources to get list of.
filter
Specifies the filter to process the result by.

Return Value

ActiveReports.Server.ReportServices.Contracts.Result object containing a list of corresponding descriptions.
See Also

Reference

IDesignerService Interface
IDesignerService Members