Freigeben über


DocumentMapNode-Klasse

Represents a single node in the document map.

Vererbungshierarchie

System.Object
  ReportExecution2005.DocumentMapNode

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Class DocumentMapNode
'Usage
Dim instance As DocumentMapNode
public class DocumentMapNode
public ref class DocumentMapNode
type DocumentMapNode =  class end
public class DocumentMapNode

Der DocumentMapNode-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DocumentMapNode Initializes a new instance of the DocumentMapNode class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Children Gets or sets a collection of child document map nodes.
Öffentliche Eigenschaft Label Gets or sets the label to be displayed for this node.
Öffentliche Eigenschaft UniqueName Gets or sets the unique name of the report item or grouping that this node should point to.

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

Hinweise

DocumentMapNode is returned by the GetDocumentMap method.

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

ReportExecution2005-Namespace