Partager via


Propriété NumericIndicator.MinimumValue

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

The minimum value.

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

Syntaxe

'Déclaration
Public Property MinimumValue As GaugeInputValue 
    Get 
    Set
'Utilisation
Dim instance As NumericIndicator 
Dim value As GaugeInputValue 

value = instance.MinimumValue

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

Valeur de propriété

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

Voir aussi

Référence

NumericIndicator Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel