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
Public property 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.
Public property ReportItem Gets the report item in the cell.
Public property RowSpan Indicates the number of rows this cell spans.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.