{
final int gidx = event.getState().getCurrentGroupIndex();
final RelationalGroup g = (RelationalGroup) event.getReport().getGroup(gidx);
final Band b = g.getFooter();
final Renderer renderer = outputFunction.getRenderer();
outputFunction.updateFooterArea(event);
renderer.startSection(Renderer.SectionType.NORMALFLOW);
outputFunction.print(outputFunction.getRuntime(), b);
outputFunction.addSubReportMarkers(renderer.endSection());
renderer.endGroup();
}