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.

1 report.table

<report.table
    name='name'
    style='style'
>
    <head /> *
    <body /> *
    <foot /> *
</report.table>