Represents a Report Column.

Methods

Name Description
Clone
GetColumnTypeFromDataType Return the Column Type for a corresponding Data Type.

Properties

Name Description
CanGrow Indicates whether this column can expand downwards.
ColumnType The column type.
ControlsDetail Read-Only A convenient List to store controls created by a report renderer so that they are linked to this column.
ControlsHeading Read-Only A convenient List to store controls created by a report renderer so that they are linked to this column.
ControlsSummary Read-Only A convenient List to store controls created by a report renderer so that they are linked to this column.
DataField The name of the field that represents the source of this column in the underlying data that this column will display.
DecimalPlaces The number of Decimal Places to print.
DeprecatedReason System Use Only The reason that this Column is deprecated.
DeprecatedVersion System Use Only The version that this Column was deprecated in.
DetailColSpan The number of columns the detail can span.
GroupDigits Indicate whether to Group Digits.
Heading The column heading.
HeadingColSpan The number of columns the heading can span.
HeadingShort A short version of the column heading that can be displayed if the column width is not sufficient to display the full heading.
HiddenBecauseGrouped Indicates whether this Column has been hidden because it is grouped by.
HideRepeatingValuesDataField If the OutputFormatSpecial indicates that repeating values should be hidden then this can be used to hide column values based on a Data Field other than that specified in this Column's DataField property.
HideRepeatingValuesDataFieldResolved Read-Only If the OutputFormatSpecial indicates that repeating values should be hidden then this can be used to hide column values based on a Data Field other than that specified in this Column's DataField property.
HideWhenGrouped Indicates whether this column will be hidden if the report is using it for grouping.
HideWhenGroupedByColumn The name of the column that will cause this column to be hidden if grouped by.
HideWhenGroupedByPk Indicates whether this column will be hidden if the report is using its primary key equivalent for grouping E.g. if UserPk is being used for grouping and this column contains UserId information.
HyperlinkTemplate The Template to use to generate a Hyperlink for this Column.
MaxWidth The Maximum Width that the column can be.
MinWidth The Minimum Width that the column can be.
Name Read-Only The column name.
OutputFormat The string used to format the column's value.
OutputFormatResolved Read-Only The actual output format of this column.
OutputFormatSpecial Special Output Format flags.
PaddingRight The Righthand Padding for this Column (the amount of space to the right of it before the next Column begins).
ScaleWeight The weighting to use when scaling this column's width to calculate the DisplayWidth property.
StackedColumnIndent The amount that this stacked column should be left indented from its parent column.
StackedColumnParentName The name of the column that this column should be stacked underneath.
SummaryType The summary type to display.
Tag
TextAlign The alignment of text displayed in the column and column header.
Visible Indicates whether this column will be displayed.
VisibleIndex The column's position in relation to other visible columns.
Width The base column width.
WidthResolved Read-Only The actual width of this column.
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0