CompiledTextRunInstanceCollection Klasse

Definition

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

public ref class CompiledTextRunInstanceCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstanceCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::CompiledTextRunInstance ^>, System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>, System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>, System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>
public sealed class CompiledTextRunInstanceCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance>, System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>, System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>, System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>
type CompiledTextRunInstanceCollection = class
    inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
    interface IList<ICompiledTextRunInstance>
    interface ICollection<ICompiledTextRunInstance>
    interface seq<ICompiledTextRunInstance>
    interface IEnumerable
Public NotInheritable Class CompiledTextRunInstanceCollection
Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance)
Implements ICollection(Of ICompiledTextRunInstance), IEnumerable(Of ICompiledTextRunInstance), IList(Of ICompiledTextRunInstance)
Vererbung
Implementiert
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable

Eigenschaften

Count

Ruft die Anzahl der Elemente in der Auflistung ab.

Item[Int32]

Ruft das Element am angegebenen Index ab.

Methoden

GetEnumerator()

Ruft den Enumerator für dieses ReportElementCollectionBase<T>-Objekt ab.

(Geerbt von ReportElementCollectionBase<T>)

Explizite Schnittstellenimplementierungen

ICollection<ICompiledTextRunInstance>.Add(ICompiledTextRunInstance)

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

ICollection<ICompiledTextRunInstance>.Clear()

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

ICollection<ICompiledTextRunInstance>.Contains(ICompiledTextRunInstance)

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

ICollection<ICompiledTextRunInstance>.CopyTo(ICompiledTextRunInstance[], Int32)

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

ICollection<ICompiledTextRunInstance>.Count

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

ICollection<ICompiledTextRunInstance>.IsReadOnly

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

ICollection<ICompiledTextRunInstance>.Remove(ICompiledTextRunInstance)

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der die CompiledTextRunInstanceCollection durchläuft.

IEnumerable<ICompiledTextRunInstance>.GetEnumerator()

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

IList<ICompiledTextRunInstance>.IndexOf(ICompiledTextRunInstance)

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

IList<ICompiledTextRunInstance>.Insert(Int32, ICompiledTextRunInstance)

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

IList<ICompiledTextRunInstance>.Item[Int32]

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

IList<ICompiledTextRunInstance>.RemoveAt(Int32)

Stellt eine Auflistung von CompiledTextRunInstance-Objekten dar.

Gilt für: