Compartir a través de


Clase IndicatorState

Represents a set of state information in the state indicator.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class IndicatorState _
    Inherits GaugePanelObjectCollectionItem
'Uso
Dim instance As IndicatorState
public sealed class IndicatorState : GaugePanelObjectCollectionItem
public ref class IndicatorState sealed : public GaugePanelObjectCollectionItem
[<SealedAttribute>]
type IndicatorState =  
    class 
        inherit GaugePanelObjectCollectionItem 
    end
public final class IndicatorState extends GaugePanelObjectCollectionItem

El tipo IndicatorState expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Color Gets the color of the state.
Propiedad pública EndValue Gets the end value in the state range.
Propiedad pública IndicatorImage Gets the properties of the state image.
Propiedad pública IndicatorStyle Gets the indicator style of the state.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Name Gets the name of the indicator state.
Propiedad pública ScaleFactor Gets the scale factor of the state image.
Propiedad pública StartValue Gets the start value in the state range.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering