IndicatorState.EndValue Property
Gets the end value in the state range.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property EndValue As GaugeInputValue
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace