DocumentMapNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single node in the document map.
public ref class DocumentMapNode
public class DocumentMapNode
type DocumentMapNode = class
Public Class DocumentMapNode
- Inheritance
-
DocumentMapNode
Remarks
DocumentMapNode is returned by the GetDocumentMap method.
Constructors
DocumentMapNode() |
Initializes a new instance of the DocumentMapNode class. |
Properties
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. |