CellContents Members
Include Protected Members
Include Inherited Members
Represents a report item contained in the body, header, or corner cell of a tablix.
The CellContents type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CellContents() | Creates a new instance of the CellContents class. |
![]() |
CellContents(IPropertyStore) | Creates a new instance of the CellContents class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
ReportItem | Gets the report item in the cell. |
![]() |
RowSpan | Indicates the number of rows this cell spans. |
![]() |
Selected | Indicates whether the cell contents are selected. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top