'Declaration Function GetList( _ ByVal token As String, _ ByVal type As StorageType, _ ByVal filter As DescriptionFilter _ ) As ItemDescriptionsResult
ItemDescriptionsResult GetList( string token, StorageType type, DescriptionFilter filter )
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.