Sdílet prostřednictvím


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
Public NotInheritable Class DocumentMapNode _
    Inherits OnDemandDocumentMapNode
'Usage
Dim instance As DocumentMapNode
public sealed class DocumentMapNode : OnDemandDocumentMapNode
public ref class DocumentMapNode sealed : public OnDemandDocumentMapNode
[<SealedAttribute>]
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.)
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

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.