GaugeScale.MinimumValue 屬性
Gets or sets the minimum value for the scale.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property MinimumValue As GaugeInputValue
Get
Set
'用途
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)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.