Partager via


Propriété EndValue

Gets the end value in the state range.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EndValue As GaugeInputValue
    Get
'Utilisation
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