Freigeben über


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
Öffentliche Eigenschaft Color Gets the color of the state.
Öffentliche Eigenschaft EndValue Gets the end value in the state range.
Öffentliche Eigenschaft IndicatorImage Gets the properties of the state image.
Öffentliche Eigenschaft IndicatorStyle Gets the indicator style of the state.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Name Gets the name of the indicator state.
Öffentliche Eigenschaft ScaleFactor Gets the scale factor of the state image.
Öffentliche Eigenschaft StartValue Gets the start value in the state range.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace