Decimal columns will default to currency (no currency symbol will be displayed). To display more than 2 decimal places, use a 'Double' column and specify decimal places using the 'doubleDecimalPlaces' Parameter.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| dt | DataTable | The DataTable. | ||
| showCrossForBoolean | Boolean | Optional | Indicates whether to show a cross to represent 'False' where a Boolean column is present. If omitted, a value of False is assumed. | |
| longDateFormat | Boolean | Optional | Indicates whether dates should be displayed in long format. If omitted, a value of True is assumed. | |
| longTimeFormat | Boolean | Optional | Indicates whether times should be displayed in long format. If omitted, a value of False is assumed. | |
| doubleDecimalPlaces | Integer | Optional | For 'Double' type columns, how many decimal places should be displayed. If omitted, a value of 2 is assumed. | |
| displayDoubleAsPercent | Boolean | Optional | Where a 'Double' column has been specified, set to True to display column as a percentage. If omitted, a value of False is assumed. | |
| showTotalForColumns | String | Optional | A CSV list of Column Names which should have totals displayed. |
A ISSummaryTable Object.