3.2.4.2.35.9 Delete (Opnum 15)

The Delete method removes the report object from the list of report objects associated with the containing report job object and returns S_OK upon successful completion.

 [id(FSRM_DISPID_REPORT | 0x03)] HRESULT Delete();

This method has no parameters.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

The server MUST remove the report object from Report Job.Reports, which is the list of report objects maintained by the report job object, or return a nonzero error code.