GaugeInputValueInstance Class

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

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValueInstance

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.