The CellContents type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies properties from another CellContents to the current object. The value of the ReportItem property is copied by value, i.e. a copy of the ReportItem is created and assigned to that property on the current object.

Properties

  Name Description
Public property ColSpan
Gets or sets the number of columns this cell spans.

Default: 1.

Must be 1 for CellContents inside TablixCell unless all column groups are static between the spanned cells and the common ancestor of those cells.

Ignored for CellContents inside TablixHeader.
Public property Report
Gets the C1RdlReport object containing this object.
Public property ReportItem
Gets or sets the ReportItem object within the current cell. The Top, Left, Height and Width for this ReportItem are ignored. The position is taken to be 0, 0 and the size to be 100%, 100%.
Public property RowSpan
Gets or sets the number of rows this cell spans.

Default: 1.

Must be 1 for CellContents inside TablixCell.

Ignored for CellContents inside TablixHeader.
Public property Tablix
Gets the Tablix object containing this object.

See Also