CompiledTextRunInstanceCollection Classe

Définition

Représente une collection d'objets CompiledTextRunInstance.

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)
Héritage
Implémente
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable

Propriétés

Count

Obtient le nombre d’éléments de la collection.

Item[Int32]

Obtient l'élément au niveau de l'index spécifié.

Méthodes

GetEnumerator()

Obtient l'énumérateur de ce ReportElementCollectionBase<T>.

(Hérité de ReportElementCollectionBase<T>)

Implémentations d’interfaces explicites

ICollection<ICompiledTextRunInstance>.Add(ICompiledTextRunInstance)

Représente une collection d'objets CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Clear()

Représente une collection d'objets CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Contains(ICompiledTextRunInstance)

Représente une collection d'objets CompiledTextRunInstance.

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

Représente une collection d'objets CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Count

Représente une collection d'objets CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.IsReadOnly

Représente une collection d'objets CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Remove(ICompiledTextRunInstance)

Représente une collection d'objets CompiledTextRunInstance.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein de CompiledTextRunInstanceCollection.

IEnumerable<ICompiledTextRunInstance>.GetEnumerator()

Représente une collection d'objets CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.IndexOf(ICompiledTextRunInstance)

Représente une collection d'objets CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.Insert(Int32, ICompiledTextRunInstance)

Représente une collection d'objets CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.Item[Int32]

Représente une collection d'objets CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.RemoveAt(Int32)

Représente une collection d'objets CompiledTextRunInstance.

S’applique à