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 | |
---|---|---|
Children | Gets a collection of child document map nodes. |
|
Id | Gets the unique identifier of the document map node. |
|
Label | Gets the label associated with the document map node. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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