You can define the footer in your template using the fp:footer tag.
The fp:footer tag functions similar to the fp:header tag.
The differences between header and footer tags are:
fp:footer |
fp:header |
The tag name is fp:footer |
The tag name is fp:header |
Footer is displayed at the bottom of the page |
Header is displayed at the top of the page |
The height attribute determines the location
on the page that the text that builds the report has to end (fp:margin::bottom
- fp:footer::height). |
The height attribute determines the location
on the page that the text that builds the report can begin (fp:margin::top
+ fp:header::height). |
註: The sets of headers and footers have to match. For example,
if there is a fp:header with page value set to left, a fp:footer with
page value set to left is required.