StartValue プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

範囲の開始値。

名前空間:  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)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugeInputValue
GaugeInputValue オブジェクトです。