共用方式為


StartValue 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

The starting value in the range.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property StartValue As GaugeInputValue
    Get
    Set
'用途
Dim instance As NumericIndicatorRange
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)