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 | |
---|---|---|
Id | Gets a unique identifier for the node. | |
Label | Gets the node label. | |
Level | Gets the node level in the document map. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.