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 | |
---|---|---|
Id | Gets a unique identifier for the node. (Inherited from OnDemandDocumentMapNode.) | |
Label | Gets the node label. (Inherited from OnDemandDocumentMapNode.) | |
Level | Gets the node level in the document map. (Inherited from OnDemandDocumentMapNode.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace