共用方式為


GaugeInputValue 屬性

Gets the parsed value that represents the GaugeInputValue property in a GaugePointer class.

命名空間:  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)