CompiledTextRunInstanceCollection Class

Definition

Represents a collection of CompiledTextRunInstance objects.

public ref class CompiledTextRunInstanceCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstanceCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::CompiledTextRunInstance ^>, System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>, System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>, System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^>
public sealed class CompiledTextRunInstanceCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance>, System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>, System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>, System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>
type CompiledTextRunInstanceCollection = class
    inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
    interface IList<ICompiledTextRunInstance>
    interface ICollection<ICompiledTextRunInstance>
    interface seq<ICompiledTextRunInstance>
    interface IEnumerable
Public NotInheritable Class CompiledTextRunInstanceCollection
Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance)
Implements ICollection(Of ICompiledTextRunInstance), IEnumerable(Of ICompiledTextRunInstance), IList(Of ICompiledTextRunInstance)
Inheritance
Implements
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> 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<ICompiledTextRunInstance>.Add(ICompiledTextRunInstance)
ICollection<ICompiledTextRunInstance>.Clear()
ICollection<ICompiledTextRunInstance>.Contains(ICompiledTextRunInstance)
ICollection<ICompiledTextRunInstance>.CopyTo(ICompiledTextRunInstance[], Int32)
ICollection<ICompiledTextRunInstance>.Count
ICollection<ICompiledTextRunInstance>.IsReadOnly
ICollection<ICompiledTextRunInstance>.Remove(ICompiledTextRunInstance)
IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the CompiledTextRunInstanceCollection.

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

Applies to