Share via


OnDemandDocumentMapNode Class

Represents a node in the document map at run time.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class OnDemandDocumentMapNode
'Usage
Dim instance As OnDemandDocumentMapNode
[SerializableAttribute]
public class OnDemandDocumentMapNode
[SerializableAttribute]
public ref class OnDemandDocumentMapNode
[<SerializableAttribute>]
type OnDemandDocumentMapNode =  class end
public class OnDemandDocumentMapNode

The OnDemandDocumentMapNode type exposes the following members.

Properties

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

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.

See Also

Reference

Microsoft.ReportingServices.ReportProcessing Namespace