Condividi tramite


Classe NumericIndicatorCollection

Represents a collection of NumericIndicator objects.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'NumericIndicator> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..NumericIndicatorCollection

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

Sintassi

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

Nel tipo NumericIndicatorCollection sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo protetto CreateGaugePanelObject Infrastruttura. Ereditato da GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetEnumerator Gets the enumerator for this GaugePanelObjectCollectionBase<(Of <(<'T>)>)>. Ereditato da GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone 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. Ereditato da GaugePanelObjectCollectionBase< (Of < ( <'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.