Add a Boolean column.

Syntax

ISReportColumns.AddBoolean(name, [dataField], [heading], [headingShort], [width], [summaryType])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

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