TextRunInstanceEnumerator Class

Definition

Defines the enumerator for an inherited object of 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)
Inheritance
TextRunInstanceEnumerator
Implements

Properties

Current

Gets the current item.

Methods

Dispose()

Releases all resources used by the current instance of the TextRunInstanceEnumerator class.

MoveNext()

Moves to the next item in the enumerator.

Reset()

Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item.

Explicit Interface Implementations

IEnumerator.Current

Gets the current element in the collection.

Applies to