次の方法で共有


GaugeInputValueInstance.Value プロパティ

GaugeInputValue クラスの Value プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Value As Object 
    Get
'使用
Dim instance As GaugeInputValueInstance 
Dim value As Object 

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

プロパティ値

型: System.Object
Value プロパティの計算値を表すオブジェクト。

関連項目

参照

GaugeInputValueInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間