Compartilhar via


Classe IndicatorState

Represents a set of state information in the state indicator.

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo IndicatorState expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Color Gets the color of the state.
Propriedade pública EndValue Gets the end value in the state range.
Propriedade pública IndicatorImage Gets the properties of the state image.
Propriedade pública IndicatorStyle Gets the indicator style of the state.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Name Gets the name of the indicator state.
Propriedade pública ScaleFactor Gets the scale factor of the state image.
Propriedade pública StartValue Gets the start value in the state range.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering