Example #1
0
 /**
  * Resets the current report execution by clearing the snapshot
  *                              and resetting the session state.
  * @return ExecutionInfo An ExecutionInfo object
  */
 public function ResetExecution2()
 {
     try {
         $this->SetSessionId();
         $stdObject = $this->_soapHandle_Exe->ResetExecution2();
         $this->ExecutionInfo2 = SSRSTypeFactory::CreateSSRSObject('ExecutionInfo2', $stdObject);
         return $this->ExecutionInfo2;
     } catch (SoapFault $soapFault) {
         self::ThrowReportException($soapFault);
     }
 }