Represent an group of element to paint. Inside a block can be placed N tables, lines, cells, etc.
<report.block
name='name'
style='style'
width='width'
>
<report.line /> +
<report.cell /> +
<report.table /> +
</report.block>
Attributes |
Name | Type | Required | Default | Description |
Aname | String | | | | Name of the object. |
Astyle | String | | | | Block styles. |
Awidth | String | | | | Width of the block. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Ereport.line | | | | | Object of report.table type. |
Ereport.cell | | | | | Objects of report.cell type. |
Ereport.table | | | | | Objects of report.table type. |