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 | |
---|---|---|
![]() |
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
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.