IndicatorState Class

Represents a set of state information in the state indicator.

Inheritance Hierarchy

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

The IndicatorState type exposes the following members.

Properties

  Name Description
Public property Color Gets the color of the state.
Public property EndValue Gets the end value in the state range.
Public property IndicatorImage Gets the properties of the state image.
Public property IndicatorStyle Gets the indicator style of the state.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Name Gets the name of the indicator state.
Public property ScaleFactor Gets the scale factor of the state image.
Public property StartValue Gets the start value in the state range.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace