Question:
How can I calculate a field’s average for page in the report?
Solution:
To do so, you must create a Data Field in the Report’s PageFooter with the following settings:
SummaryFunc = 4-ddSFMax
SummaryGroup =
SummaryRunning = 0-ddsrNone
SummaryType = 2 – ddsmPageTotal
In this Data Field’s DataField property, set up the tag whose average you want to calculate. This property’s settings will be the same as the one in the DataField property of the Data Field in Detail section.