Create a column.
<report.column
name='name'
start='start'
width='width'
style='style'
colspan='colspan'
rowspan='rowspan'
maximumfractiondigits='maximumfractiondigits'
minimumfractiondigits='minimumfractiondigits'
date-format='date-format'
clear-group='clear-group'
>
<static /> ?
<tupple /> ?
<aggregate /> ?
<report.table /> ?
<page /> ?
</report.column>
Attributes |
Name | Type | Required | Default | Description |
Aname | String | | | | Name of the object. |
Astart | String | | | | Initial position of the column. If the parameter is issue, the system adjust the initial position in function of the other columns. |
Awidth | String | | | | Width of the column |
Astyle | String | | | | Estyle in format css of the column. |
Acolspan | String | | | | Span number in columns. |
Arowspan | String | | | | Span number in rows. |
Amaximumfractiondigits | String | | | | Maximum number of decimal digits. |
Aminimumfractiondigits | String | | | | Minimum number of decimal digits. |
Adate-format | String | | | | Date format. |
Aclear-group | String | | | | Indicate if the content will show the first tuple of the group, for the other tuplas is shown in blank. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Estatic | | | | | An static text. |
Etupple | | | | | A column of the resultset. |
Eaggregate | | | | | An aggregation function (count, sum, max, min, etc). |
Ereport.table | | | | | An object of report.table type. |
Epage | | | | | An object of page type. |
Returns |
Type | Description |
report.column | Returns the newly created column object. |