Condividi tramite


Proprietà IndicatorState.EndValue

Gets the end value in the state range.

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

Sintassi

'Dichiarazione
Public ReadOnly Property EndValue As GaugeInputValue 
    Get
'Utilizzo
Dim instance As IndicatorState 
Dim value As GaugeInputValue 

value = instance.EndValue
public GaugeInputValue EndValue { get; }
public:
property GaugeInputValue^ EndValue {
    GaugeInputValue^ get ();
}
member EndValue : GaugeInputValue
function get EndValue () : GaugeInputValue

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.

Vedere anche

Riferimento

IndicatorState Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering