Add a Number column.

Syntax

ISReportColumns.AddNumber(name, [dataField], [heading], [headingShort], [width], [scaleWeight], [decimalPlaces], [groupDigits], [summaryType])

Parameters

NameTypeOptionalByRefDescription
name String
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.
scaleWeight Integer Optional The weighting to use when scaling this column's width. 1 = Low scaling, 50 = Very high scaling. If omitted, a value of 2 is assumed.
decimalPlaces Integer Optional The number of Decimal Places to display the number to. If omitted, a value of 2 is assumed.
groupDigits Boolean Optional Indicates whether to Group Digits when displaying the number. If omitted, a value of True is assumed.
summaryType iseReportColumnSummaryType Optional The summary type to display. If omitted, a value of iseReportColumnSummaryType.None is assumed.

Return Value

ISReportColumn
Member of:
ISReportColumns
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0