public function ReportRemoveReports($report_ids)
 {
     // $report_ids : IDType or this array
     $this->CheckAndSetHeader(__FUNCTION__);
     $reg_args["report_id"] = $this->getRegularArgs($report_ids, __FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::ReportRemoveReports($reg_args);
     $this->methodClose();
     return $this->decodeString($results);
 }