Freigeben über


CompiledTextRunInstanceCollection-Klasse

Represents a collection of CompiledTextRunInstance objects.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstanceCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
      Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledTextRunInstanceCollection

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class CompiledTextRunInstanceCollection _
    Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance) _
    Implements IEnumerable
'Usage
Dim instance As CompiledTextRunInstanceCollection
public sealed class CompiledTextRunInstanceCollection : ReportElementInstanceCollectionBase<CompiledTextRunInstance>, 
    IEnumerable
public ref class CompiledTextRunInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledTextRunInstance^>, 
    IEnumerable
[<SealedAttribute>]
type CompiledTextRunInstanceCollection =  
    class
        inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
        interface IEnumerable
    end
public final class CompiledTextRunInstanceCollection extends ReportElementInstanceCollectionBase<CompiledTextRunInstance> implements IEnumerable

Der CompiledTextRunInstanceCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.)
Öffentliche Eigenschaft Item Gets the item at the specified index. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable. . :: . .GetEnumerator Returns an enumerator that iterates through the CompiledTextRunInstanceCollection.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.