MinimumValue プロパティ

スケールの最小値。

名前空間:  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
GaugeInputValue オブジェクトです。