DocumentMapNode Class

Represents a single node in the document map.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public NotInheritable Class DocumentMapNode
'Usage
Dim instance As DocumentMapNode
public sealed class DocumentMapNode
public ref class DocumentMapNode sealed
public final class DocumentMapNode
public final class DocumentMapNode

Remarks

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

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WebForms.DocumentMapNode

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

DocumentMapNode Members
Microsoft.Reporting.WebForms Namespace