ActiveReports 12 Server User Guide
Download Method

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

Parameters

token
The security token to use.
id
The report identifier to download.

Return Value

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

Reference

IReportService Interface
IReportService Members