Freigeben über


DocumentMapNode-Klasse

A node in the document map.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.ReportProcessing. . :: . .OnDemandDocumentMapNode
    Microsoft.ReportingServices.OnDemandReportRendering..::..DocumentMapNode

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

Syntax

'Declaration
Public NotInheritable Class DocumentMapNode _
    Inherits OnDemandDocumentMapNode
'Usage
Dim instance As DocumentMapNode
public sealed class DocumentMapNode : OnDemandDocumentMapNode
public ref class DocumentMapNode sealed : public OnDemandDocumentMapNode
[<SealedAttribute>]
type DocumentMapNode =  
    class
        inherit OnDemandDocumentMapNode
    end
public final class DocumentMapNode extends OnDemandDocumentMapNode

Der DocumentMapNode-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Id Gets a unique identifier for the node. (Geerbt von OnDemandDocumentMapNode.)
Öffentliche Eigenschaft Label Gets the node label. (Geerbt von OnDemandDocumentMapNode.)
Öffentliche Eigenschaft Level Gets the node level in the document map. (Geerbt von OnDemandDocumentMapNode.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (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.