Del via


StateIndicator Class

This API supports the infrastructure and is not intended to be used directly from your code.

Represents a state indicator.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.GaugePanelItem
        Microsoft.ReportingServices.RdlObjectModel.StateIndicator

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class StateIndicator _
    Inherits GaugePanelItem
'Usage
Dim instance As StateIndicator
public class StateIndicator : GaugePanelItem
public ref class StateIndicator : public GaugePanelItem
type StateIndicator =  
    class
        inherit GaugePanelItem
    end
public class StateIndicator extends GaugePanelItem

The StateIndicator type exposes the following members.

Constructors

  Name Description
Public method StateIndicator Creates a new instance of the StateIndicator class.

Top

Properties

  Name Description
Public property ActionInfo Actions for the item. (Inherited from GaugePanelItem.)
Public property Angle The angle of the indicator.
Public property ComponentMetadata The component metadata. (Inherited from ReportObject.)
Public property GaugeInputValue The input value.
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 IconsSet Infrastructure.
Public property IndicatorImage The state image.
Public property IndicatorStates A list of the indicator states.
Public property IndicatorStyle The indicator style.
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 Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property ParentItem Name of the parent GaugePanelItem. (Inherited from GaugePanelItem.)
Public property ResizeMode The resize mode.
Public property ScaleFactor Gets the scale factor of the state indicator.
Public property Site Infrastructure. (Inherited from ReportObject.)
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 DeepClone Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetContainingDataScopes Infrastructure. (Inherited from ReportObject.)
Protected method GetDataScopesForDefaultImpl Infrastructure. (Inherited from ReportObject.)
Protected method GetDependenciesCore Infrastructure. (Inherited from ReportObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes an instance of the StateIndicator class. (Overrides ReportObject.Initialize().)
Protected method InitializeForDesigner Infrastructure. (Inherited from ReportObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChildPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method OnPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method RdlSemanticEqualsCore Infrastructure. (Inherited from ReportObject.)
Protected method SavePropertyValue<T> Infrastructure. (Inherited from ReportObject.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose (Inherited from ReportObject.)
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from ReportObject.)

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.