TableColumn Members

Describes a column in a table. This class cannot be inherited.

The following tables list the members exposed by the TableColumn type.

Public Properties

  Name Description
ms163509.pubproperty(en-US,SQL.90).gif FixedHeader Gets a value that indicates whether the table column has a fixed header.
ms163509.pubproperty(en-US,SQL.90).gif HasToggle Gets a value that indicates whether the report definition defines a toggle item for this object.
ms163509.pubproperty(en-US,SQL.90).gif Hidden Gets a Boolean indicating whether the column is hidden.
ms163509.pubproperty(en-US,SQL.90).gif IsToggleChild Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item.
ms163509.pubproperty(en-US,SQL.90).gif SharedHidden Gets a SharedHiddenState enumeration indicating the hidden property of the group.
ms163509.pubproperty(en-US,SQL.90).gif ToggleItem  
ms163509.pubproperty(en-US,SQL.90).gif ToggleParent Gets the text box item in the report that controls the toggling of the current column.
ms163509.pubproperty(en-US,SQL.90).gif UniqueName Gets a name that uniquely identifies this table column across the entire report.
ms163509.pubproperty(en-US,SQL.90).gif Width Gets the width of the column, including a designator for a CSS length unit such as cm, mm, in, pt, or pc.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms163509.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms163509.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms163509.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms163509.pubmethod(en-US,SQL.90).gifms163509.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms163509.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms163509.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms163509.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

TableColumn Class
Microsoft.ReportingServices.ReportRendering Namespace