Add an Image column.

Syntax

ISReportColumns.AddImage(name, [dataField], [heading], [headingShort], [width], [scaleWeight], [canGrow], [summaryType])

Parameters

NameTypeOptionalByRefDescription
name String The column name.
dataField String Optional The name of the column in the underlying data source. Omit or set to '*' to use the column name. If omitted, a value of * is assumed.
heading String Optional The column heading. Omit or set to '*' to use the column name. 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 10 is assumed.
canGrow Boolean Optional Indicates whether this column's content can expand downwards. If omitted, a value of False is assumed.
summaryType iseReportColumnSummaryType Optional The summary type to display. Only Count and CountWithCaption types really apply to Text 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