ActiveReports 12 Server User Guide
Download Method
ActiveReports 12 Server User Guide > Web Service Library > ReportService > Download Method

Downloads the specified report from storage.

Syntax

C#
Copy Code
DataResult Download(string token, string id);

Parameters

token
The security token to use.

id
The identifier of the report to download.

Return Value

DataResult object containing the report downloaded by the operation.

See Also