Freigeben über


TextRunInstanceEnumerator-Klasse

Defines the enumerator for an inherited object of TextRunInstance.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceEnumerator

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TextRunInstanceEnumerator _
    Implements IEnumerator(Of TextRunInstance), IDisposable,  _
    IEnumerator
'Usage
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

Der TextRunInstanceEnumerator-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Current Gets the current item.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Releases all resources used by the current instance of the TextRunInstanceEnumerator class.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode MoveNext Moves to the next item in the enumerator.
Öffentliche Methode Reset Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IEnumerator.Current Infrastruktur Gets the current item in the enumerator.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace