IndicatorState-Klasse
Represents a set of state information in the state indicator.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering..::..IndicatorState
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class IndicatorState _
Inherits GaugePanelObjectCollectionItem
'Usage
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
Der IndicatorState-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
m_instance | Infrastruktur (Geerbt von GaugePanelObjectCollectionItem.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.