StateIndicatorCollection Clase

Definición

Representa una colección de StateIndicator objetos.

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

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 o establece el elemento en la clave especificada.

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