TextRunInstanceCollection Class

Definition

Represents a collection of StateIndicator objects.

public ref class TextRunInstanceCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^>
public sealed class TextRunInstanceCollection : System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
type TextRunInstanceCollection = class
    interface seq<TextRunInstance>
    interface IEnumerable
Public NotInheritable Class TextRunInstanceCollection
Implements IEnumerable(Of TextRunInstance)
Inheritance
TextRunInstanceCollection
Implements

Methods

GetEnumerator()

Returns an enumerator that iterates through the TextRunInstanceCollection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the TextRunInstanceCollection.

Applies to