private function runReport(JasperRequestXmlDoc $doc)
 {
     $this->__client->doRequest($doc);
     $this->__data = $this->__client->getDataFor(JasperSoapMultipartClient::CONTENT_ID_REPORT);
     return true;
 }
 public function getContent()
 {
     return $this->__soap->getDataFor(JasperSoapMultipartClient::CONTENT_ID_ATTACHMENT);
 }