Share via


CellContents Members

Include Protected Members
Include Inherited Members

Represents the contents of a cell in the TablixBody, TablixHeader, or TablixCorner.

The CellContents type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ColSpan Indicates the number of columns this cell spans. For the purposes of hidden columns, this cell is considered to occupy the first visible column it appears in.
Public property ReportItem Gets the report item in the cell.
Public property RowSpan Indicates the number of rows this cell spans.

Top