Add a Code column.

By default, Code columns do not scale.

Syntax

ISReportColumns.AddCode(name, [dataField], [heading], [headingShort], [width], [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
width Double Optional One of the system defined Text Widths for this Column. If omitted, a value of iseReportColumnTextWidth.Chars5 is assumed.
summaryType iseReportColumnSummaryType Optional The summary type to display. Only Count and CountWithCaption types really apply to Code columns. 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