次の方法で共有


StateIndicator.MinimumValue プロパティ

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

TransformationTypePercentage に設定されているときの最小許容入力値を取得または設定します。

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

構文

'宣言
Public Property MinimumValue As GaugeInputValue 
    Get 
    Set
'使用
Dim instance As StateIndicator 
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 オブジェクト。

関連項目

参照

StateIndicator クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間