/**
  * Returns the key to use for populating children
  * @return string
  */
 function getChildKey()
 {
     return ReportSummaryForm::translateDetailKeyById($this->getReportParameters()->getDetailsByKey($this->getDetailId()));
 }