CompiledTextRunInstanceCollection Clase

Definición

Representa una colección de objetos CompiledTextRunInstance.

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)
Herencia
Implementaciones
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable

Propiedades

Count

Obtiene el número de elementos de la colección.

Item[Int32]

Obtiene el elemento en el índice especificado.

Métodos

GetEnumerator()

Obtiene el enumerador para este objeto ReportElementCollectionBase<T>.

(Heredado de ReportElementCollectionBase<T>)

Implementaciones de interfaz explícitas

ICollection<ICompiledTextRunInstance>.Add(ICompiledTextRunInstance)

Representa una colección de objetos CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Clear()

Representa una colección de objetos CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Contains(ICompiledTextRunInstance)

Representa una colección de objetos CompiledTextRunInstance.

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

Representa una colección de objetos CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Count

Representa una colección de objetos CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.IsReadOnly

Representa una colección de objetos CompiledTextRunInstance.

ICollection<ICompiledTextRunInstance>.Remove(ICompiledTextRunInstance)

Representa una colección de objetos CompiledTextRunInstance.

IEnumerable.GetEnumerator()

Devuelve un enumerador que recorre en iteración la colección CompiledTextRunInstanceCollection.

IEnumerable<ICompiledTextRunInstance>.GetEnumerator()

Representa una colección de objetos CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.IndexOf(ICompiledTextRunInstance)

Representa una colección de objetos CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.Insert(Int32, ICompiledTextRunInstance)

Representa una colección de objetos CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.Item[Int32]

Representa una colección de objetos CompiledTextRunInstance.

IList<ICompiledTextRunInstance>.RemoveAt(Int32)

Representa una colección de objetos CompiledTextRunInstance.

Se aplica a