C1.C1Rdl.Rdl2008 Namespace : CellContents Class |
The following tables list the members exposed by CellContents.
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 CellContents.ReportItem object within the current cell. The Top, Left, Height and Width for this CellContents.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. |
Name | Description | |
---|---|---|
AssignFrom | Copies properties from another CellContents to the current object. The value of the CellContents.ReportItem property is copied by value, i.e. a copy of the CellContents.ReportItem is created and assigned to that property on the current object. |