'Declaration Function DownloadItem( _ ByVal token As String, _ ByVal type As StorageType, _ ByVal ids() As String _ ) As DataArrayResult
DataArrayResult DownloadItem( string token, StorageType type, string[] ids )
Parameters
- token
- The security token to use.
- type
- Specifies the type of item to download.
- ids
- The identifier of items to download.
Return Value
ActiveReports.Server.ReportServices.Contracts.ResultObject containing downloaded item content.