TextRunInstanceCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the TextRunInstanceCollection.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
Public Function GetEnumerator () As IEnumerator(Of TextRunInstance)

Returns

An IEnumerator<T> for the TextRunInstanceCollection.

Implements

Applies to