Compartir a través de


ScaleRange.EndValue Propiedad

Gets an expression that evaluates to the ending value for the range.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property EndValue As GaugeInputValue 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ScaleRange Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering