Name | Description | |
---|---|---|
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. | |
Report | Gets the C1RdlReport object containing this object. | |
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%. | |
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. | |
Tablix | Gets the Tablix object containing this object. |