DocumentMapNode Class

 

Represents a single node in the document map.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.DocumentMapNode

Syntax

public sealed class DocumentMapNode
public ref class DocumentMapNode sealed 
[<Sealed>]
type DocumentMapNode = class end
Public NotInheritable Class DocumentMapNode

Properties

Name Description
System_CAPS_pubproperty Children

Gets a collection of child document map nodes.

System_CAPS_pubproperty Id

Gets the unique identifier of the document map node.

System_CAPS_pubproperty Label

Gets the label associated with the document map node.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

DocumentMapNode is returned by the GetDocumentMap methods of the LocalReport and ServerReport classes.

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

Microsoft.Reporting.WinForms Namespace

Return to top