Freigeben über


OnDemandDocumentMapNode-Klasse

Represents a node in the document map at run time.

Vererbungshierarchie

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class OnDemandDocumentMapNode
'Usage
Dim instance As OnDemandDocumentMapNode
[SerializableAttribute]
public class OnDemandDocumentMapNode
[SerializableAttribute]
public ref class OnDemandDocumentMapNode
[<SerializableAttribute>]
type OnDemandDocumentMapNode =  class end
public class OnDemandDocumentMapNode

Der OnDemandDocumentMapNode-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

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.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportProcessing-Namespace