GaugeInputValue プロパティ

GaugePointer クラスの GaugeInputValue プロパティを表す解析された値を取得します。

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

構文

'宣言
Public Property GaugeInputValue As CompiledGaugeInputValueInstance
    Get
    Friend Set
'使用
Dim instance As CompiledGaugePointerInstance
Dim value As CompiledGaugeInputValueInstance

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