CancelReport
Stops synchronous report execution. Synchronous report execution can be cancelled only after the connection handle is received. ConnectionHandle is a session ID of the object.
The job submitter can cancel a report. Only the system administrator can cancel or get the information about the report of another user.
Request schema
<xsd:complexType name="CancelReport">
<xsd:sequence>
<xsd:element name="ObjectId" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
ObjectId
The object ID of the report to cancel.
Response schema
<xsd:complexType name="CancelReportResponse">
<xsd:sequence> <xsd:element name="Status" type="xsd:string" minOccurs="0"/>
<xsd:element name="ErrorDescription" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Response elements
Status

The status of the request. One of the following values:

Succeeded
The synchronous report generation was successfully cancelled.

Failed
The request failed.

InActive
The synchronous report generation is complete and cannot be cancelled.
ErrorDescription
A description of any error that occurred.