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

Cancels the specified request.

Syntax

C#
Copy Code
Result CancelRequest(string token, string id);

Parameters

token
The security token to use.

id
The identifier of the request to cancel.

Return Value

Result object.

See Also