DocumentMapNode Class
Represents a single node in the document map.
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
| Name | Description | |
|---|---|---|
![]() | DocumentMapNode() | Initializes a new instance of the DocumentMapNode class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
DocumentMapNode is returned by the GetDocumentMap method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


