[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableColumn

TableColumn Class

Represents a column in the table, containing properties for the design table.

Inheritance
TableColumn
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class TableColumn

Constructors

Name Description
TableColumn()

Initializes a new instance of the TableColumn class.

Properties

Name Description
AutoWidth

Gets or sets an auto grow behavior of the column when there are hidden columns are present.

FixedHeader

Gets or sets a value indicating whether the header for this grouping should be displayed on the page even when the user scrolls part of the table off the page.

Visibility

Gets or sets a value indicating whether the column is hidden.

Width

Gets or sets a width of the column.

Extension Methods