CompiledParagraphInstanceCollection Clase

Definición

Representa una colección de CompiledParagraphInstance objetos.

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

Propiedades

Nombre Description
Count

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

Item[Int32]

Obtiene el elemento en el índice especificado.

Métodos

Nombre Description
GetEnumerator()

Obtiene el enumerador para este ReportElementCollectionBase<T>.

(Heredado de ReportElementCollectionBase<T>)

Implementaciones de interfaz explícitas

Nombre Description
ICollection<ICompiledParagraphInstance>.Add(ICompiledParagraphInstance)

Representa una colección de CompiledParagraphInstance objetos.

ICollection<ICompiledParagraphInstance>.Clear()

Representa una colección de CompiledParagraphInstance objetos.

ICollection<ICompiledParagraphInstance>.Contains(ICompiledParagraphInstance)

Representa una colección de CompiledParagraphInstance objetos.

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

Representa una colección de CompiledParagraphInstance objetos.

ICollection<ICompiledParagraphInstance>.Count

Representa una colección de CompiledParagraphInstance objetos.

ICollection<ICompiledParagraphInstance>.IsReadOnly

Representa una colección de CompiledParagraphInstance objetos.

ICollection<ICompiledParagraphInstance>.Remove(ICompiledParagraphInstance)

Representa una colección de CompiledParagraphInstance objetos.

IEnumerable.GetEnumerator()

Devuelve un enumerador que recorre en iteración .CompiledParagraphInstanceCollection

IEnumerable<ICompiledParagraphInstance>.GetEnumerator()

Representa una colección de CompiledParagraphInstance objetos.

IList<ICompiledParagraphInstance>.IndexOf(ICompiledParagraphInstance)

Representa una colección de CompiledParagraphInstance objetos.

IList<ICompiledParagraphInstance>.Insert(Int32, ICompiledParagraphInstance)

Representa una colección de CompiledParagraphInstance objetos.

IList<ICompiledParagraphInstance>.Item[Int32]

Representa una colección de CompiledParagraphInstance objetos.

IList<ICompiledParagraphInstance>.RemoveAt(Int32)

Representa una colección de CompiledParagraphInstance objetos.

Se aplica a