| name |
String |
|
|
The column name. |
| dataField |
String |
Optional |
|
If omitted, a value of * is assumed. |
| heading |
String |
Optional |
|
If omitted, a value of * is assumed. |
| headingShort |
String |
Optional |
|
A shortened version of the column heading to display if the column cannot be displayed wide enough to accommodate the full heading. |
| width |
Double |
Optional |
|
The default column width or -1 to use the default width for this column type.
If omitted, a value of -1 is assumed. |
| summaryType |
iseReportColumnSummaryType |
Optional |
|
The summary type to display. Only Count and CountWithCaption types really apply to Boolean columns.
If omitted, a value of iseReportColumnSummaryType.None is assumed. |