| << fontcolor (column) << | Table Of Contents | >> formats >> | 
| Keyword | footer | 
| Purpose | Define a text section that is put at the bottom of the report. The text will be interpreted as Rich Text. | |
| Syntax | footer <STRING> | |
| Arguments | none | |
| Context | accountreport, resourcereport, taskreport, textreport, tracereport | |
| See also | epilog, header, prolog | |
project "Test" 2011-12-11 +1m
task "Foo"
textreport frame "textreport" {
  taskreport r1 ""
  taskreport r2 ""
  formats html
  header -8<-
  This is the header
  ----
  ->8-
  left "<[report id='frame.r1']>"
  center "Center"
  right "<[report id='frame.r2']>"
  footer -8<-
  ----
  This is the footer
  ->8-
}
| << fontcolor (column) << | Table Of Contents | >> formats >> |