Partager via


Propriété IndicatorState.StartValue

The previous value.

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

Syntaxe

'Déclaration
Public Property StartValue As GaugeInputValue 
    Get 
    Set
'Utilisation
Dim instance As IndicatorState 
Dim value As GaugeInputValue 

value = instance.StartValue

instance.StartValue = value
public GaugeInputValue StartValue { get; set; }
public:
property GaugeInputValue^ StartValue {
    GaugeInputValue^ get ();
    void set (GaugeInputValue^ value);
}
member StartValue : GaugeInputValue with get, set
function get StartValue () : GaugeInputValue 
function set StartValue (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