Interface ReportSummaryHandler


public interface ReportSummaryHandler
Can be used to customize the behavior of the "summary" rows which can be attached to the end of a report to aggregate data within or across pages.
  • Method Details

    • processSummaryRow

      TableRow processSummaryRow​(ReportSummaryRequest reportSummaryRequest)
      Called for each summary row in report. Gives the implementer an opportunity to compute the summary row values on the table before returning it to the user.
      Parameters:
      reportSummaryRequest - contains report execution parameters
      Returns:
      TableRow populated with values for summary row.