Proprietà GaugeScale.MinimumValue

Gets or sets the minimum value for the scale.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MinimumValue As GaugeInputValue 
    Get 
    Set
'Utilizzo
Dim instance As GaugeScale 
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)

Valore proprietà

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

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel