public function getDisplayName()
 {
     if (!($reportField = $this->getReportField()) instanceof I2CE_Swiss_CustomReports_Report_ReportingForm_Field) {
         return parent::getDisplayName();
     }
     return $reportField->getDisplayName();
 }