outputFunction.updateFooterArea(event);
renderer.startSection(Renderer.SectionType.NORMALFLOW);
outputFunction.print(outputFunction.getRuntime(), b);
outputFunction.addSubReportMarkers(renderer.endSection());
renderer.endGroup();
}
public void summaryRowStart(final DefaultOutputFunction outputFunction, final ReportEvent event)
throws ReportProcessingException
{