NumericIndicatorCollection Classe

Definição

Representa uma coleção de NumericIndicator objetos.

public ref class NumericIndicatorCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::NumericIndicator ^>
public sealed class NumericIndicatorCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicator>
type NumericIndicatorCollection = class
    inherit GaugePanelObjectCollectionBase<NumericIndicator>
Public NotInheritable Class NumericIndicatorCollection
Inherits GaugePanelObjectCollectionBase(Of NumericIndicator)
Herança

Propriedades

Nome Description
Count

Obtém o número de itens na coleção.

Item[Int32]

Obtém o item no índice especificado.

(Herdado de GaugePanelObjectCollectionBase<T>)
Item[String]

Recebe o item que tem o nome especificado.

Métodos

Nome Description
CreateGaugePanelObject(Int32)

Cria um objeto painel de medidor em um índice especificado.

(Herdado de GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Obtém o enumerador que itera por esse GaugePanelObjectCollectionBase<T>.

(Herdado de GaugePanelObjectCollectionBase<T>)

Implantações explícitas de interface

Nome Description
IEnumerable.GetEnumerator()

Obtém o enumerador que itera por esse GaugePanelObjectCollectionBase<T>.

(Herdado de GaugePanelObjectCollectionBase<T>)

Aplica-se a