TextRunInstanceEnumerator Classe

Definizione

Definisce l'enumeratore per un oggetto ereditato di TextRunInstance.

public ref class TextRunInstanceEnumerator sealed : System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^>
public sealed class TextRunInstanceEnumerator : System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
type TextRunInstanceEnumerator = class
    interface IEnumerator<TextRunInstance>
    interface IDisposable
    interface IEnumerator
Public NotInheritable Class TextRunInstanceEnumerator
Implements IEnumerator(Of TextRunInstance)
Ereditarietà
TextRunInstanceEnumerator
Implementazioni

Proprietà

Nome Descrizione
Current

Ottiene l'elemento corrente.

Metodi

Nome Descrizione
Dispose()

Rilascia tutte le risorse usate dall'istanza corrente della TextRunInstanceEnumerator classe .

MoveNext()

Passa all'elemento successivo nell'enumeratore.

Reset()

Lo resetta ReportElementCollectionBase<T>.ReportElementEnumerator al primo elemento.

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IEnumerator.Current

Ottiene l'elemento corrente nella raccolta.

Si applica a