Share via


StateIndicator.GaugeInputValue Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the gauge input value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property GaugeInputValue As GaugeInputValue 
    Get 
    Set
'Usage
Dim instance As StateIndicator 
Dim value As GaugeInputValue 

value = instance.GaugeInputValue

instance.GaugeInputValue = value
public GaugeInputValue GaugeInputValue { get; set; }
public:
property GaugeInputValue^ GaugeInputValue {
    GaugeInputValue^ get ();
    void set (GaugeInputValue^ value);
}
member GaugeInputValue : GaugeInputValue with get, set
function get GaugeInputValue () : GaugeInputValue 
function set GaugeInputValue (value : GaugeInputValue)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.

See Also

Reference

StateIndicator Class

Microsoft.ReportingServices.RdlObjectModel Namespace