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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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