IndicatorState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a set of state information in the state indicator.
public ref class IndicatorState sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionItem
public sealed class IndicatorState : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
type IndicatorState = class
inherit GaugePanelObjectCollectionItem
Public NotInheritable Class IndicatorState
Inherits GaugePanelObjectCollectionItem
- Inheritance
Fields
m_instance |
Specifies the instance of gauge panel item. (Inherited from GaugePanelObjectCollectionItem) |
Properties
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. |