Compartir a través de


IndicatorState.EndValue Propiedad

The current value.

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

Sintaxis

'Declaración
Public Property EndValue As GaugeInputValue 
    Get 
    Set
'Uso
Dim instance As IndicatorState 
Dim value As GaugeInputValue 

value = instance.EndValue

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

Valor de la propiedad

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

Vea también

Referencia

IndicatorState Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel