DocumentMapNode Class

A node in the document map.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportProcessing.OnDemandDocumentMapNode
    Microsoft.ReportingServices.OnDemandReportRendering.DocumentMapNode

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class DocumentMapNode _
    Inherits OnDemandDocumentMapNode
'Usage
Dim instance As DocumentMapNode
[SerializableAttribute]
public sealed class DocumentMapNode : OnDemandDocumentMapNode
[SerializableAttribute]
public ref class DocumentMapNode sealed : public OnDemandDocumentMapNode
[<SealedAttribute>]
[<SerializableAttribute>]
type DocumentMapNode =  
    class 
        inherit OnDemandDocumentMapNode 
    end
public final class DocumentMapNode extends OnDemandDocumentMapNode

The DocumentMapNode type exposes the following members.

Properties

  Name Description
Public property Id Gets a unique identifier for the node. (Inherited from OnDemandDocumentMapNode.)
Public property Label Gets the node label. (Inherited from OnDemandDocumentMapNode.)
Public property Level Gets the node level in the document map. (Inherited from OnDemandDocumentMapNode.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace