CompiledParagraphInstanceCollection Classe

Definizione

Rappresenta una raccolta di oggetti 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)
Ereditarietà
Implementazioni
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable

Proprietà

Count

Ottiene il numero di elementi inclusi nella raccolta.

Item[Int32]

Ottiene l'elemento in corrispondenza dell'indice specificato.

Metodi

GetEnumerator()

Ottiene l'enumeratore per l'oggetto ReportElementCollectionBase<T>.

(Ereditato da ReportElementCollectionBase<T>)

Implementazioni dell'interfaccia esplicita

ICollection<ICompiledParagraphInstance>.Add(ICompiledParagraphInstance)
ICollection<ICompiledParagraphInstance>.Clear()
ICollection<ICompiledParagraphInstance>.Contains(ICompiledParagraphInstance)
ICollection<ICompiledParagraphInstance>.CopyTo(ICompiledParagraphInstance[], Int32)
ICollection<ICompiledParagraphInstance>.Count
ICollection<ICompiledParagraphInstance>.IsReadOnly
ICollection<ICompiledParagraphInstance>.Remove(ICompiledParagraphInstance)
IEnumerable.GetEnumerator()

Restituisce un enumeratore che esegue un'iterazione in CompiledParagraphInstanceCollection.

IEnumerable<ICompiledParagraphInstance>.GetEnumerator()
IList<ICompiledParagraphInstance>.IndexOf(ICompiledParagraphInstance)
IList<ICompiledParagraphInstance>.Insert(Int32, ICompiledParagraphInstance)
IList<ICompiledParagraphInstance>.Item[Int32]
IList<ICompiledParagraphInstance>.RemoveAt(Int32)

Si applica a