ActiveReports 12 Server User Guide
DownloadResource Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : DownloadResource Method
The security token to use.
The type of requested resource.
The resource identifier to download.
Downloads a requested resource from the storage.
Syntax
'Declaration
 
Function DownloadResource( _
   ByVal token As String, _
   ByVal descriptionType As DescriptionType, _
   ByVal id As String _
) As DataResult
DataResult DownloadResource( 
   string token,
   DescriptionType descriptionType,
   string id
)

Parameters

token
The security token to use.
descriptionType
The type of requested resource.
id
The resource identifier to download.

Return Value

ActiveReports.Server.ReportServices.Contracts.ResultObject containing downloaded item content.
See Also

Reference

IReportService Interface
IReportService Members