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
Public method DocumentMapNode Initializes a new instance of the DocumentMapNode class.

Top

Properties

  Name Description
Public property Children Gets or sets a collection of child document map nodes.
Public property Label Gets or sets the label to be displayed for this node.
Public property UniqueName Gets or sets the unique name of the report item or grouping that this node should point to.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

DocumentMapNode is returned by the GetDocumentMap method.

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.

See Also

Reference