DocumentMap Class

Definition

Provides a depth-first, on demand traversal of a report's document map.

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)
Inheritance
DocumentMap
Implements

Constructors

DocumentMap()

Initializes a new instance of the DocumentMap class.

Fields

m_isClosed

Specifies whether a document map is closed.

Properties

Current

Gets or sets the current node in the document map.

Methods

Close()

Closes the document map.

Dispose()

Releases all resources used by the DocumentMapclass.

MoveNext()

Moves to the next item in the document map.

Reset()

Resets the document map.

Explicit Interface Implementations

IEnumerator.Current

Gets the current element in the collection.

Applies to