NumericIndicatorCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma coleção de objetos NumericIndicator .
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
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] |
Obtém o item que tem o nome especificado. |
Métodos
CreateGaugePanelObject(Int32) |
Cria um objeto do painel do 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
IEnumerable.GetEnumerator() |
Obtém o enumerador que itera por esse GaugePanelObjectCollectionBase<T>. (Herdado de GaugePanelObjectCollectionBase<T>) |