Compartir a través de


StateIndicator.GaugeInputValue Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the gauge input value.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property GaugeInputValue As GaugeInputValue 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

StateIndicator Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel