Поделиться через


Класс DocumentMapNode

A node in the document map.

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class DocumentMapNode _
    Inherits OnDemandDocumentMapNode
'Применение
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

Тип DocumentMapNode обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Id Gets a unique identifier for the node. (Производный от OnDemandDocumentMapNode.)
Открытое свойство Label Gets the node label. (Производный от OnDemandDocumentMapNode.)
Открытое свойство Level Gets the node level in the document map. (Производный от OnDemandDocumentMapNode.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering