Web Service Library > ReportService > Download Method |
Downloads the specified report from storage.
C# |
Copy Code
|
---|---|
DataResult Download(string token, string id); |
token
The security token to use.
id
The identifier of the report to download.
A DataResult object containing the report downloaded by the operation.