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

Retrieves the status of the specified request.

Syntax

C#
Copy Code
RequestResult GetRequestStatus(string token, string requestId);

Parameters

token
The security token to use.

id
The identifier of the request for which to return a status.

Return Value

Result object.

See Also