Sprache

CompiledParagraphInstanceCollection Klasse

Definition

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

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)
Vererbung
Implementiert
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable

Eigenschaften

Name Beschreibung
Count

Ruft die Anzahl der Elemente in der Auflistung ab.

Item[Int32]

Ruft das Element am angegebenen Index ab.

Methoden

Name Beschreibung
GetEnumerator()

Dafür bekommt er den Enumerator .ReportElementCollectionBase<T>

(Geerbt von ReportElementCollectionBase<T>)

Explizite Schnittstellenimplementierungen

Name Beschreibung
ICollection<ICompiledParagraphInstance>.Add(ICompiledParagraphInstance)

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

ICollection<ICompiledParagraphInstance>.Clear()

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

ICollection<ICompiledParagraphInstance>.Contains(ICompiledParagraphInstance)

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

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

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

ICollection<ICompiledParagraphInstance>.Count

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

ICollection<ICompiledParagraphInstance>.IsReadOnly

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

ICollection<ICompiledParagraphInstance>.Remove(ICompiledParagraphInstance)

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

IEnumerable.GetEnumerator()

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

IEnumerable<ICompiledParagraphInstance>.GetEnumerator()

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

IList<ICompiledParagraphInstance>.IndexOf(ICompiledParagraphInstance)

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

IList<ICompiledParagraphInstance>.Insert(Int32, ICompiledParagraphInstance)

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

IList<ICompiledParagraphInstance>.Item[Int32]

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

IList<ICompiledParagraphInstance>.RemoveAt(Int32)

Stellt eine Auflistung von CompiledParagraphInstance -Objekten dar.

Gilt für: