DocumentMapNode Members
Include Protected Members
Include Inherited Members
Represents a single node in the document map.
The DocumentMapNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentMapNode() | Initializes a new instance of the DocumentMapNode class. |
Top
Methods
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.) |
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