この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ゲージに使用される式や数式を取得します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property GaugeInputValue As GaugeInputValue
Get
Set
'使用
Dim instance As NumericIndicator
Dim value As GaugeInputValue
value = instance.GaugeInputValue
instance.GaugeInputValue = value
public GaugeInputValue GaugeInputValue { get; set; }
public:
property GaugeInputValue^ GaugeInputValue {
GaugeInputValue^ get ();
void set (GaugeInputValue^ value);
}
member GaugeInputValue : GaugeInputValue with get, set
function get GaugeInputValue () : GaugeInputValue
function set GaugeInputValue (value : GaugeInputValue)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
GaugeInputValue オブジェクト。