CellContents Class
Represents the contents of a cell in the TablixBody, TablixHeader, or TablixCorner.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.CellContents
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CellContents
'Usage
Dim instance As CellContents
public sealed class CellContents
public ref class CellContents sealed
[<SealedAttribute>]
type CellContents = class end
public final class CellContents
The CellContents type exposes the following members.
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. | |
ReportItem | Gets the report item in the cell. | |
RowSpan | Indicates the number of rows this cell spans. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.