次の方法で共有


GaugeScale.MaximumValue プロパティ

スケールの最大値を取得または設定します。

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

構文

'宣言
Public Property MaximumValue As GaugeInputValue 
    Get 
    Set
'使用
Dim instance As GaugeScale 
Dim value As GaugeInputValue 

value = instance.MaximumValue

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

プロパティ値

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

関連項目

参照

GaugeScale クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間