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 | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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