ActiveReports 12 Server User Guide
GetRequestStatus Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : GetRequestStatus Method
The security token to use.
The identifier of the request to get status of.
Retrieves the request status by the specified identifer.
Syntax
'Declaration
 
Function GetRequestStatus( _
   ByVal token As String, _
   ByVal requestId As String _
) As RequestResult
RequestResult GetRequestStatus( 
   string token,
   string requestId
)

Parameters

token
The security token to use.
requestId
The identifier of the request to get status of.

Return Value

The status request.
See Also

Reference

IReportService Interface
IReportService Members