Partilhar via


Propriedade do RDL ScaleRange.EndValue

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ScaleRange Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering