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


DocumentMap Класс

Определение

Выполняет просмотр схемы документа отчета по запросу с приоритетным направлением в глубину.

public ref class DocumentMap abstract : System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::DocumentMapNode ^>
public abstract class DocumentMap : System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.DocumentMapNode>
type DocumentMap = class
    interface IEnumerator<DocumentMapNode>
    interface IDisposable
    interface IEnumerator
Public MustInherit Class DocumentMap
Implements IEnumerator(Of DocumentMapNode)
Наследование
DocumentMap
Реализации

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

DocumentMap()

Инициализирует новый экземпляр класса DocumentMap.

Поля

m_isClosed

Указывает, закрыта ли схема документа.

Свойства

Current

Возвращает или задает текущий узел в схеме документа.

Методы

Close()

Закрывает схему документа.

Dispose()

Освобождает все ресурсы, используемые классом DocumentMap.

MoveNext()

Переходит к следующему элементу в схеме документа.

Reset()

Сбрасывает схему документа.

Явные реализации интерфейса

IEnumerator.Current

Получает текущий элемент в коллекции.

Применяется к