Freigeben über


CellContents-Klasse

Represents the contents of a cell in the TablixBody, TablixHeader, or TablixCorner.

Vererbungshierarchie

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

Der CellContents-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft ReportItem Gets the report item in the cell.
Öffentliche Eigenschaft RowSpan Indicates the number of rows this cell spans.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace