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 | |
---|---|---|
Color | Gets the color of the state. | |
EndValue | Gets the end value in the state range. | |
IndicatorImage | Gets the properties of the state image. | |
IndicatorStyle | Gets the indicator style of the state. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Name | Gets the name of the indicator state. | |
ScaleFactor | Gets the scale factor of the state image. | |
StartValue | Gets the start value in the state range. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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