Represents a row inside a table and is equal to a tr of html.
1 report.row
<report.row
name='name'
style='style'
>
<report.column /> *
</report.row>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | String | Name of the object. | |||
Astyle | String | Row styles |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ereport.column | Objects of report.column type, which represents the cells to paint inside the row. |