Share via


DocumentMap Members

Include Protected Members
Include Inherited Members

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

The DocumentMap type exposes the following members.

Constructors

  Name Description
Protected method DocumentMap() Infrastructure.

Top

Methods

  Name Description
Public method Close() Closes the document map.
Public method Dispose() Releases all resources used by the DocumentMap.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method MoveNext() Moves to the next item in the document map.
Public method Reset() Resets the document map.
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_isClosed Infrastructure.

Top

Properties

  Name Description
Public property Current The current node in the document map.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current Infrastructure.

Top