ReportService::runReportJob PHP Метод

runReportJob() публичный Метод

The following fields are required:

  • {@link ReportJob#reportQuery}
public runReportJob ( $reportJob ) : the
Результат the report job with its ID filled in
        public function runReportJob($reportJob)
        {
            $args = new RunReportJob($reportJob);
            $result = $this->__soapCall("runReportJob", array($args));
            return $result->rval;
        }