NumericIndicatorInstance Class

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

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

Syntax

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

Inheritance Hierarchy

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

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.