Freigeben über


ScaleRange.EndValue-Eigenschaft

Gets an expression that evaluates to the ending value for the 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 ScaleRange 
Dim value As GaugeInputValue 

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

Eigenschaftswert

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

Siehe auch

Verweis

ScaleRange Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace