Suppose you’re printing a list of students grouped by grade. At the end of each grade, you want to display the number of students in that grade. In the Group object’s footerBand, you create an Text component with the following expression codeblock assigned to its text property:

{||"Count: " + this.parent.parent.agCount({||this.parent.rowset.fields["ID"].value})}