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


Класс DocumentMapNode

Represents a single node in the document map.

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

System.Object
  ReportExecution2005.DocumentMapNode

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

'Декларация
Public Class DocumentMapNode
'Применение
Dim instance As DocumentMapNode
public class DocumentMapNode
public ref class DocumentMapNode
type DocumentMapNode =  class end
public class DocumentMapNode

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

Конструкторы

  Имя Описание
Открытый метод DocumentMapNode Initializes a new instance of the DocumentMapNode class.

В начало

Свойства

  Имя Описание
Открытое свойство Children Gets or sets a collection of child document map nodes.
Открытое свойство Label Gets or sets the label to be displayed for this node.
Открытое свойство UniqueName Gets or sets the unique name of the report item or grouping that this node should point to.

В начало

Методы

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

В начало

Замечания

DocumentMapNode is returned by the GetDocumentMap method.

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

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

См. также

Справочник

Пространство имен ReportExecution2005