public function registerInSession()
 {
     parent::registerInSession();
     $this->report_session->set("{$this->id}.field_start", $this->field_start);
     $this->report_session->set("{$this->id}.field_due", $this->field_due);
     $this->report_session->set("{$this->id}.field_finish", $this->field_finish);
     $this->report_session->set("{$this->id}.field_percentage", $this->field_percentage);
     $this->report_session->set("{$this->id}.field_righttext", $this->field_righttext);
     $this->report_session->set("{$this->id}.scale", $this->scale);
     $this->report_session->set("{$this->id}.as_of_date", $this->as_of_date);
     $this->report_session->set("{$this->id}.summary", $this->summary);
 }
 public function registerInSession()
 {
     parent::registerInSession();
     $this->report_session->set("{$this->id}.field_id", $this->field_id);
     $this->report_session->set("{$this->id}.start_date", $this->start_date);
     $this->report_session->set("{$this->id}.scale", $this->scale);
     $this->report_session->set("{$this->id}.stop_date", $this->stop_date);
 }
 public function registerInSession()
 {
     parent::registerInSession();
     $this->report_session->set("{$this->id}.field_base", $this->field_base);
     $this->report_session->set("{$this->id}.field_group", $this->field_group);
 }