Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.