EndValue プロパティ

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

範囲の最後の値。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property EndValue As GaugeInputValue
    Get
    Set
'使用
Dim instance As NumericIndicatorRange
Dim value As GaugeInputValue

value = instance.EndValue

instance.EndValue = value
public GaugeInputValue EndValue { get; set; }
public:
property GaugeInputValue^ EndValue {
    GaugeInputValue^ get ();
    void set (GaugeInputValue^ value);
}
member EndValue : GaugeInputValue with get, set
function get EndValue () : GaugeInputValue
function set EndValue (value : GaugeInputValue)

プロパティ値

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