ActiveReports 12 Server User Guide
CancelRequest Method (IReportService)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : CancelRequest Method
The security token to use.
The identifier of the request to cancel.
Cancels the currently running request.
Syntax
'Declaration
 
Function CancelRequest( _
   ByVal token As String, _
   ByVal id As String _
) As Result
Result CancelRequest( 
   string token,
   string id
)

Parameters

token
The security token to use.
id
The identifier of the request to cancel.
See Also

Reference

IReportService Interface
IReportService Members