Represent an group of element to paint. Inside a block can be placed N tables, lines, cells, etc.

1 report.block

<report.block
    name='name'
    style='style'
    width='width'
>
    <report.line /> +
    <report.cell /> +
    <report.table /> +
</report.block>