Langue

CompiledParagraphInstanceCollection Classe

Définition

Représente une collection d’objets CompiledParagraphInstance .

public ref class CompiledParagraphInstanceCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstanceCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::CompiledParagraphInstance ^>, System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>, System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>, System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>
public sealed class CompiledParagraphInstanceCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance>, System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>, System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>, System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>
type CompiledParagraphInstanceCollection = class
    inherit ReportElementInstanceCollectionBase<CompiledParagraphInstance>
    interface IList<ICompiledParagraphInstance>
    interface ICollection<ICompiledParagraphInstance>
    interface seq<ICompiledParagraphInstance>
    interface IEnumerable
Public NotInheritable Class CompiledParagraphInstanceCollection
Inherits ReportElementInstanceCollectionBase(Of CompiledParagraphInstance)
Implements ICollection(Of ICompiledParagraphInstance), IEnumerable(Of ICompiledParagraphInstance), IList(Of ICompiledParagraphInstance)
Héritage
Implémente
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable

Propriétés

Nom Description
Count

Obtient le nombre d'éléments dans la collection.

Item[Int32]

Obtient l’élément à l’index spécifié.

Méthodes

Nom Description
GetEnumerator()

On obtient l’énumérateur pour cela ReportElementCollectionBase<T>.

(Hérité de ReportElementCollectionBase<T>)

Implémentations d’interfaces explicites

Nom Description
ICollection<ICompiledParagraphInstance>.Add(ICompiledParagraphInstance)

Représente une collection d’objets CompiledParagraphInstance .

ICollection<ICompiledParagraphInstance>.Clear()

Représente une collection d’objets CompiledParagraphInstance .

ICollection<ICompiledParagraphInstance>.Contains(ICompiledParagraphInstance)

Représente une collection d’objets CompiledParagraphInstance .

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

Représente une collection d’objets CompiledParagraphInstance .

ICollection<ICompiledParagraphInstance>.Count

Représente une collection d’objets CompiledParagraphInstance .

ICollection<ICompiledParagraphInstance>.IsReadOnly

Représente une collection d’objets CompiledParagraphInstance .

ICollection<ICompiledParagraphInstance>.Remove(ICompiledParagraphInstance)

Représente une collection d’objets CompiledParagraphInstance .

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère dans le CompiledParagraphInstanceCollection.

IEnumerable<ICompiledParagraphInstance>.GetEnumerator()

Représente une collection d’objets CompiledParagraphInstance .

IList<ICompiledParagraphInstance>.IndexOf(ICompiledParagraphInstance)

Représente une collection d’objets CompiledParagraphInstance .

IList<ICompiledParagraphInstance>.Insert(Int32, ICompiledParagraphInstance)

Représente une collection d’objets CompiledParagraphInstance .

IList<ICompiledParagraphInstance>.Item[Int32]

Représente une collection d’objets CompiledParagraphInstance .

IList<ICompiledParagraphInstance>.RemoveAt(Int32)

Représente une collection d’objets CompiledParagraphInstance .

S’applique à