DocumentMapNode Class
Represents a single node in the document map.
Inheritance Hierarchy
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
The DocumentMapNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentMapNode | Initializes a new instance of the DocumentMapNode class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
DocumentMapNode is returned by the GetDocumentMap method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.