The articles in this section of the Knowledge Base involve working with Lists for display in your reports. To learn more about Lists and how to access the Report Designer, see Creating Lists in Report Designer. This article provides information on adding a Footer band to a list.
To print a list, add a Data band to the template page, and assign a Data Source to the band. Insert a Header band with column names entered in text components within the band.
Footer bands are generally used to print totals for the data. The Footer band is placed after the Data band, and this is reflected in the rendered report. Insert a Text component inside the footer and enter the expression of your choice.
In this example, I’ve entered “Count: {Count()}” in the text component.
In Figure 01, a report template with the Footer band is displayed.
Fig. 01 – Footer Band in the Report Template
When this example is rendered, it should look something like Figure 02.
Fig. 02 – Rendered Report with Footer Band Count
An unlimited number of Footer bands can be created per Data band.

