369370371372373374375376
collectSubReports(event.getReport().getReportHeader()); } catch (IOException ioe) { throw new FunctionProcessingException("Error writing the current datarow", ioe); } }
407408409410411412413414
collectSubReports(event.getReport().getReportFooter()); } catch (IOException ioe) { throw new FunctionProcessingException("Error writing the current datarow", ioe); } }