StateIndicatorInstance Class

Represents an instance type of the StateIndicator class, and contains the calculated values of the properties in StateIndicator.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItemInstance
      Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorInstance

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.