Freigeben über


TablixCornerCell-Klasse

Represents the contents of each corner cell in the tablix.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TablixCornerCell _
    Implements IDefinitionPath
'Usage
Dim instance As TablixCornerCell
public sealed class TablixCornerCell : IDefinitionPath
public ref class TablixCornerCell sealed : IDefinitionPath
[<SealedAttribute>]
type TablixCornerCell =  
    class 
        interface IDefinitionPath 
    end
public final class TablixCornerCell implements IDefinitionPath

Der TablixCornerCell-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CellContents Page breaks in this ReportItem are ignored.
Öffentliche Eigenschaft DefinitionPath Gets the path to this report definition object in the report definition.
Öffentliche Eigenschaft ParentDefinitionPath Gets the path to report definition object's parent in the report definition.

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