Classe IndicatorState
Represents a set of state information in the state indicator.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class IndicatorState _
Inherits GaugePanelObjectCollectionItem
'Utilizzo
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
Nel tipo IndicatorState sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering