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;
        }