Partilhar via


Classe NumericIndicatorCollection

Represents a collection of NumericIndicator objects.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class NumericIndicatorCollection _
    Inherits GaugePanelObjectCollectionBase(Of NumericIndicator)
'Uso
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>

O tipo NumericIndicatorCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items in the collection. (Substitui GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.)
Propriedade pública Item[ ( [ ( Int32] ) ] ) Gets the item at the specified index. (Herdado de GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.)
Propriedade pública Item[ ( [ ( String] ) ] ) Gets the item that has the specified name.

Início

Métodos

  Nome Descrição
Método protegido CreateGaugePanelObject Infraestrutura. (Herdado de GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Gets the enumerator for this GaugePanelObjectCollectionBase<(Of <(<'T>)>)>. (Herdado de GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator Infraestrutura. (Herdado de GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.