다음을 통해 공유


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)