StateIndicatorCollection Clase

Definición

Representa una colección de objetos StateIndicator.

public ref class StateIndicatorCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::StateIndicator ^>
public sealed class StateIndicatorCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator>
type StateIndicatorCollection = class
    inherit GaugePanelObjectCollectionBase<StateIndicator>
Public NotInheritable Class StateIndicatorCollection
Inherits GaugePanelObjectCollectionBase(Of StateIndicator)
Herencia

Propiedades

Count

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

Item[Int32]

Obtiene el elemento en el índice especificado.

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

Obtiene o establece el elemento en la clave especificada.

Métodos

CreateGaugePanelObject(Int32)

Crea un objeto de panel de medidores en el índice especificado.

(Heredado de GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Obtiene el enumerador que itera por este objeto GaugePanelObjectCollectionBase<T>.

(Heredado de GaugePanelObjectCollectionBase<T>)

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Obtiene el enumerador que itera por este objeto GaugePanelObjectCollectionBase<T>.

(Heredado de GaugePanelObjectCollectionBase<T>)

Se aplica a