}
protected LayoutController startElement(final ReportTarget target)
throws DataSourceException, ReportProcessingException, ReportDataFactoryException
{
final OfficeGroupSection section = (OfficeGroupSection) getElement();
if (section.isRepeatSection() == false)
{
return super.startElement(target);
}
final LayoutController controller = getParent();