次の方法で共有


TextRunInstanceEnumerator クラス

TextRunInstance の継承オブジェクトの列挙子を定義します。

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceEnumerator

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class TextRunInstanceEnumerator _
    Implements IEnumerator(Of TextRunInstance), IDisposable,  _
    IEnumerator
'使用
Dim instance As TextRunInstanceEnumerator
public sealed class TextRunInstanceEnumerator : IEnumerator<TextRunInstance>, 
    IDisposable, IEnumerator
public ref class TextRunInstanceEnumerator sealed : IEnumerator<TextRunInstance^>, 
    IDisposable, IEnumerator
[<SealedAttribute>]
type TextRunInstanceEnumerator =  
    class 
        interface IEnumerator<TextRunInstance>
        interface IDisposable 
        interface IEnumerator 
    end
public final class TextRunInstanceEnumerator implements IEnumerator<TextRunInstance>, IDisposable, IEnumerator

TextRunInstanceEnumerator 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Current 現在のアイテムを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Dispose TextRunInstanceEnumerator クラスの現在のインスタンスで使用されるすべてのリソースを解放します。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド MoveNext 列挙子の次のアイテムに移動します。
パブリック メソッド Reset ReportElementCollectionBase<T>.ReportElementEnumerator を最初のアイテムにリセットします。
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート プロパティ IEnumerator.Current インフラストラクチャです。列挙子の現在のアイテムを取得します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間