Describes a column selected for display in a report.
Name | Type | Nullable? | Summary |
---|---|---|---|
HeaderText | String | The header text of the column. | |
ColumnName | String | The name of the column. | |
DataType | TeamDynamix.Api.Reporting.ColumnDataType | The data type of the column. | |
SortColumnExpression | String | This field is nullable. | The full expression for sorting (including direction). |
SortColumnName | String | This field is nullable. | The name of the column used to sort. |
SortDataType | TeamDynamix.Api.Reporting.ColumnDataType | The type of data in the column used to sort. | |
Aggregate | TeamDynamix.Api.Reporting.AggregateFunction | The aggregate function being applied to calculate this column. | |
Component | TeamDynamix.Api.Reporting.ComponentFunction | The component function being applied to this column. | |
FooterExpression | String | This field is nullable. | The expression used to calculate the column's footer. |