Partager via


Classe TextRunInstanceEnumerator

Defines the enumerator for an inherited object of TextRunInstance.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceEnumerator

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class TextRunInstanceEnumerator _
    Implements IEnumerator(Of TextRunInstance), IDisposable,  _
    IEnumerator
'Utilisation
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

Le type TextRunInstanceEnumerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Current Gets the current item.

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose Releases all resources used by the current instance of the TextRunInstanceEnumerator class.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique MoveNext Moves to the next item in the enumerator.
Méthode publique Reset Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IEnumerator.Current Infrastructure. Gets the current item in the enumerator.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering