CompiledParagraphInstanceCollection Class

Definition

Represents a collection of CompiledParagraphInstance objects.

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

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

Methods

GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

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()

Returns an enumerator that iterates through the CompiledParagraphInstanceCollection.

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

Applies to