<< hasalert << | Table Of Contents | >> headline >> |
Keyword | header |
Purpose | Define a text section that is put at the top of the report. The text will be interpreted as Rich Text. |
|
Syntax | header <STRING> |
|
Arguments | none | |
Context | resourcereport, taskreport, textreport, tracereport, accountreport | |
See also | epilog, footer, 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- }
<< hasalert << | Table Of Contents | >> headline >> |