Condividi tramite


Proprietà GaugeInputValueInstance.Value

Gets the calculated value of the Value property in a GaugeInputValue class.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Value As Object 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Object
An object that represents the calculated value of the Value property.

Vedere anche

Riferimento

GaugeInputValueInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering