groupFooter tag - PO-31/QtReports-OLD GitHub Wiki
<groupFooter>
- дочерний тег тега group, в котором находятся элементы, отображаемые в конце группы.
Содержимое описывается с помощью тега band.
<groupFooter>
<band height="40">
<textField>
<reportElement x="0" y="0" width="100" height="30" />
<textFieldExpression class="QString">
<![CDATA[$F{group_name}]]>
</textFieldExpression>
</textField>
</band>
</groupFooter>