CompiledParagraphInstanceCollection Classe

Definizione

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

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à

Nome Descrizione
Count

Ottiene il numero di elementi nell'insieme.

Item[Int32]

Ottiene l'elemento in corrispondenza dell'indice specificato.

Metodi

Nome Descrizione
GetEnumerator()

Ottiene l'enumeratore per questo ReportElementCollectionBase<T>.

(Ereditato da ReportElementCollectionBase<T>)

Implementazioni dell'interfaccia esplicita

Nome Descrizione
ICollection<ICompiledParagraphInstance>.Add(ICompiledParagraphInstance)

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

ICollection<ICompiledParagraphInstance>.Clear()

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

ICollection<ICompiledParagraphInstance>.Contains(ICompiledParagraphInstance)

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

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

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

ICollection<ICompiledParagraphInstance>.Count

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

ICollection<ICompiledParagraphInstance>.IsReadOnly

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

ICollection<ICompiledParagraphInstance>.Remove(ICompiledParagraphInstance)

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

IEnumerable.GetEnumerator()

Restituisce un enumeratore che scorre l'oggetto CompiledParagraphInstanceCollection.

IEnumerable<ICompiledParagraphInstance>.GetEnumerator()

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

IList<ICompiledParagraphInstance>.IndexOf(ICompiledParagraphInstance)

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

IList<ICompiledParagraphInstance>.Insert(Int32, ICompiledParagraphInstance)

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

IList<ICompiledParagraphInstance>.Item[Int32]

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

IList<ICompiledParagraphInstance>.RemoveAt(Int32)

Rappresenta una raccolta di CompiledParagraphInstance oggetti .

Si applica a