Freigeben über


GaugeImageCollection-Klasse

Represents a collection of GaugeImage objects.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'GaugeImage> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeImageCollection

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

Syntax

'Declaration
Public NotInheritable Class GaugeImageCollection _
    Inherits GaugePanelObjectCollectionBase(Of GaugeImage)
'Usage
Dim instance As GaugeImageCollection
public sealed class GaugeImageCollection : GaugePanelObjectCollectionBase<GaugeImage>
public ref class GaugeImageCollection sealed : public GaugePanelObjectCollectionBase<GaugeImage^>
[<SealedAttribute>]
type GaugeImageCollection =  
    class
        inherit GaugePanelObjectCollectionBase<GaugeImage>
    end
public final class GaugeImageCollection extends GaugePanelObjectCollectionBase<GaugeImage>

Der GaugeImageCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CreateGaugePanelObject Infrastruktur (Geerbt von GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets the enumerator for this GaugePanelObjectCollectionBase<(Of <(<'T>)>)>. (Geerbt von GaugePanelObjectCollectionBase< (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 Infrastruktur (Geerbt von GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.)

Zum Anfang

Threadsicherheit

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