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 | |
---|---|---|
DocumentMapNode | Initializes a new instance of the DocumentMapNode class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Children | Gets or sets a collection of child document map nodes. | |
Label | Gets or sets the label to be displayed for this node. | |
UniqueName | Gets or sets the unique name of the report item or grouping that this node should point to. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.