Example #1
0
 /**     
  * Returns information about the report execution.
  * @return ExecutionInfo An  ExecutionInfo object containing information
  *                                            about the report execution.
  */
 public function GetExecutionInfo2()
 {
     try {
         $this->SetSessionId();
         $stdObject = $this->_soapHandle_Exe->GetExecutionInfo2();
         return SSRSTypeFactory::CreateSSRSObject('ExecutionInfo2', $stdObject);
     } catch (SoapFault $soapFault) {
         self::ThrowReportException($soapFault);
     }
 }