Zum Hauptinhalt springen

Telerik Page Header Sum

info

Each page sum function can only be used once in a report. Using it multiple times will result in incorrectly calculated values!

//This function belongs in a PageHeaderSection of a Telerik Report
=PageExec("textBoxValue", //Insert a textbox from your table row. Typically your value textbox, but anything in your row works. This triggers the accumulation of values
BrixxPageHeaderSum(
Fields.yourValue, //Insert the value field you want to sum
PageNumber, //This is fixed (the PageNumber variable from your report. This tells the function when to draw a sum)
ReportDefinition)) //This is fixed (it tells the sum to be reset for each new report)