How you add page summaries depends on the type of report you're using. Here is how to add page summaries to each type of report.
You can create a page-level summary by using an expression that summarizes the textbox in the ReportItems collection. For example, to render the total value of the TextBox6 report item in a List control or a Table data region, follow the steps below for each type of report.
Note: With the Sum function, you add group summaries by specifying the scope (the name of the group) as the second argument. However, if you reference the ReportItems collection (rather than the Fields collection), it summarizes the total value for the control on the current page, regardless of any scope you specify.
For more about functions, see Common Functions in our User Guide.
In Section reports, you use the SummaryType property of the TextBox control to create a page-level summary. For example, to render the total value of txtScoreOff1, follow the steps below.
For more about summarizing data in Section reports, see Three Ways to Use Summaries in Section Reports.