Partager via


Propriété IndicatorState.EndValue

The current value.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property EndValue As GaugeInputValue 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IndicatorState Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel