Condividi tramite


Classe IndicatorStateCollection

Represents a collection of IndicatorStateCollection objects.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<IndicatorState>
    Microsoft.ReportingServices.OnDemandReportRendering.IndicatorStateCollection

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class IndicatorStateCollection _
    Inherits GaugePanelObjectCollectionBase(Of IndicatorState)
'Utilizzo
Dim instance As IndicatorStateCollection
public sealed class IndicatorStateCollection : GaugePanelObjectCollectionBase<IndicatorState>
public ref class IndicatorStateCollection sealed : public GaugePanelObjectCollectionBase<IndicatorState^>
[<SealedAttribute>]
type IndicatorStateCollection =  
    class 
        inherit GaugePanelObjectCollectionBase<IndicatorState>
    end
public final class IndicatorStateCollection extends GaugePanelObjectCollectionBase<IndicatorState>

Nel tipo IndicatorStateCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of items in the collection. Esegue l'override di GaugePanelObjectCollectionBase<T>.Count.
Proprietà pubblica Item[Int32] Gets the item at the specified index. Ereditato da GaugePanelObjectCollectionBase<T>.
Proprietà pubblica Item[String] Gets the item that has the specified name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. Ereditato da GaugePanelObjectCollectionBase<T>.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Infrastruttura. Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. Ereditato da GaugePanelObjectCollectionBase<T>.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering