StateIndicator Class

Represents a state indicator.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItem
      Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class StateIndicator _
    Inherits GaugePanelItem
'Usage
Dim instance As StateIndicator
public sealed class StateIndicator : GaugePanelItem
public ref class StateIndicator sealed : public GaugePanelItem
[<SealedAttribute>]
type StateIndicator =  
    class 
        inherit GaugePanelItem 
    end
public final class StateIndicator extends GaugePanelItem

The StateIndicator type exposes the following members.

Properties

  Name Description
Public property ActionInfo Actions for the item. (Inherited from GaugePanelItem.)
Public property Angle Gets the angle of the indicator image.
Public property CompiledStateName Gets the name of the state.
Public property FieldsUsedInValueExpression Gets the fields used in a value expression. (Inherited from GaugePanelItem.)
Public property GaugeInputValue Gets the input value for the state indicator.
Public property Height Height of the item as a percentage of the parent element. (Inherited from GaugePanelItem.)
Public property Hidden Indicates this item should be hidden. (Inherited from GaugePanelItem.)
Public property IndicatorImage Gets the indicator image.
Public property IndicatorStates Gets the states in the indicator.
Public property IndicatorStyle Gets the style of the state indicator.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Left Distance from the left as a percentage of the parent element. (Inherited from GaugePanelItem.)
Public property MaximumValue Gets the maximum allowable input value when TransformationType is set to Percentage.
Public property MinimumValue Gets the minimum allowable input value when TransformationType is set to Percentage.
Public property Name Name of the GaugePanelItem. (Inherited from GaugePanelItem.)
Public property ParentItem Name of the parent GaugePanelItem. (Inherited from GaugePanelItem.)
Public property ResizeMode Gets the resize mode of the state indicator.
Public property ScaleFactor Gets the scale factor of the state indicator.
Public property StateDataElementName Gets the name of the current state.
Public property StateDataElementOutput Indicates whether the current state is output in plain text during data rendering.
Public property Style Gets the style properties of this report definition object. (Inherited from GaugePanelItem.)
Public property ToolTip Tooltip text for the item. (Inherited from GaugePanelItem.)
Public property Top Distance from the top as a percentage of the parent element. (Inherited from GaugePanelItem.)
Public property TransformationScope Gets the scope to be used to calculate the MinimumValue and MaximumValue in case they are not specified.
Public property TransformationType Indicates whether to transform the input value to a percentage value.
Public property Width Width of the item as a percentage of the parent element. (Inherited from GaugePanelItem.)
Public property ZIndex Drawing order of the item within the panel. (Inherited from GaugePanelItem.)

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