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

コレクション内の現在の要素を取得します。

適用対象