| TOPICA Report ReportHeader | 
[This is preliminary documentation and is subject to change.]
The ReportHeader tag is used to specify header texts in the report.
Attribute  | Type  | Description  | 
|---|---|---|
Condition  | TOPICA Basic expression  | The TOPICA Basic expression is evaluated - it should return a Boolean value. false: The ReportHeader is NOT shown in the report. true: The ReportHeader IS shown in the report.  | 
HeaderText  | String  | Specifies a header text to be displayed in the report. The text may contain embedded TOPICA Basic expressions in {...}. This is used to display "dynamic" information, e.g. from the context, the date interval entered by the user, the value of computed variables (for debugging), etc.  | 
HeaderTag  | String  | The HTML-tag used for rendering HeaderText.  |