Freigeben über


StateIndicatorCollection-Klasse

Represents a collection of StateIndicator objects.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<StateIndicator>
    Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorCollection

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

Syntax

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

Der StateIndicatorCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items in the collection. (Überschreibt GaugePanelObjectCollectionBase<T>.Count.)
Öffentliche Eigenschaft Item[Int32] Gets the item at the specified index. (Geerbt von GaugePanelObjectCollectionBase<T>.)
Öffentliche Eigenschaft Item[String] Gets or sets the item at the specified key.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Geerbt von GaugePanelObjectCollectionBase<T>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator Infrastruktur Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Geerbt von GaugePanelObjectCollectionBase<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.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace