The table element is used to add a table to the current page.
The working list argument is used to create the rows of table data.
Syntax:
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
table | x1 | integer | Default is 0. |
y1 | integer | Default is 0. | |
width | integer | Default is 0. | |
height | integer | Default is 0. | |
minimum-height | integer | Default is 0. | |
fill | boolean | Default is false. | |
style | style | Default is Helvetica, 10, normal | |
alternate | boolean | Default is false. | |
alternate-color | color | ||
title-show | boolean | Default is true. | |
title-border-color | color | ||
title-minimum-height | integer | Default is 0. | |
border | boolean | Default is true. | |
border-color | color | ||
cell-border | boolean | Default is true. | |
cell-border-color | color |
Example
<table x1="20" y1="500" width="400" height="300" style="normal" alternate="true">
<column field="FIELD1" width-percentage="20" title="First Name"/>
<column field="FIELD2" width-percentage="20" title="Surname
Family Name"/>
</table>