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
<SerializableAttribute> _
Public Class DocumentMapNode
'Usage
Dim instance As DocumentMapNode
[SerializableAttribute]
public class DocumentMapNode
[SerializableAttribute]
public ref class DocumentMapNode
[<SerializableAttribute>]
type DocumentMapNode =  class end
public class DocumentMapNode
The DocumentMapNode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DocumentMapNode | Initializes a new instance of the DocumentMapNode class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Children | Gets or sets a collection of child document map nodes. | 
| .gif) | Label | Gets or sets the label to be displayed for this node. | 
| .gif) | UniqueName | Gets or sets the unique name of the report item or grouping that this node should point to. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
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.