CompiledTextRunInstanceCollection Classe

Definizione

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

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)
Ereditarietà
Implementazioni
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance> IEnumerable

Proprietà

Nome Descrizione
Count

Ottiene il numero di elementi nell'insieme.

Item[Int32]

Ottiene l'elemento in corrispondenza dell'indice specificato.

Metodi

Nome Descrizione
GetEnumerator()

Ottiene l'enumeratore per questo ReportElementCollectionBase<T>.

(Ereditato da ReportElementCollectionBase<T>)

Implementazioni dell'interfaccia esplicita

Nome Descrizione
ICollection<ICompiledTextRunInstance>.Add(ICompiledTextRunInstance)

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

ICollection<ICompiledTextRunInstance>.Clear()

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

ICollection<ICompiledTextRunInstance>.Contains(ICompiledTextRunInstance)

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

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

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

ICollection<ICompiledTextRunInstance>.Count

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

ICollection<ICompiledTextRunInstance>.IsReadOnly

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

ICollection<ICompiledTextRunInstance>.Remove(ICompiledTextRunInstance)

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

IEnumerable.GetEnumerator()

Restituisce un enumeratore che scorre l'oggetto CompiledTextRunInstanceCollection.

IEnumerable<ICompiledTextRunInstance>.GetEnumerator()

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

IList<ICompiledTextRunInstance>.IndexOf(ICompiledTextRunInstance)

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

IList<ICompiledTextRunInstance>.Insert(Int32, ICompiledTextRunInstance)

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

IList<ICompiledTextRunInstance>.Item[Int32]

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

IList<ICompiledTextRunInstance>.RemoveAt(Int32)

Rappresenta una raccolta di CompiledTextRunInstance oggetti .

Si applica a