Condividi tramite


Proprietà CompiledGaugePointerInstance.GaugeInputValue

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Property GaugeInputValue As CompiledGaugeInputValueInstance 
    Get 
    Friend Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugeInputValueInstance
A CompiledGaugeInputValueInstance parsed value that represents the GaugeInputValue property.

Vedere anche

Riferimento

CompiledGaugePointerInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering