NumericIndicatorCollection Clase

Definición

Representa una colección 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)
Herencia

Propiedades

Nombre Description
Count

Obtiene el número de elementos que integran la colección.

Item[Int32]

Obtiene el elemento en el índice especificado.

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

Obtiene el artículo que tiene el nombre especificado.

Métodos

Nombre Description
CreateGaugePanelObject(Int32)

Crea un objeto panel de instrumentos en un índice especificado.

(Heredado de GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Obtiene el enumerador que itera a través de este GaugePanelObjectCollectionBase<T>.

(Heredado de GaugePanelObjectCollectionBase<T>)

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator()

Obtiene el enumerador que itera a través de este GaugePanelObjectCollectionBase<T>.

(Heredado de GaugePanelObjectCollectionBase<T>)

Se aplica a