Represents a table. Depending on the object that contains it, the table can contain 1 row (static regions) or N rows (detail region).
This object is equal to a table of html.
<report.table
name='name'
style='style'
>
<head /> *
<body /> *
<foot /> *
</report.table>
Attributes |
Name | Type | Required | Default | Description |
Aname | String | | | | Name of the object. |
Astyle | String | | | | Block styles. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Ehead | | | | | Objects of report.row type which represents the rows to paint the head of the table. |
Ebody | | | | | Objects of the report.row type which represents the rows to paint. |
Efoot | | | | | Objects of the report.row type which represents the rows which will be painted in the footer of the table. |