Свойство ScaleRange.EndValue
Gets an expression that evaluates to the ending value for the range.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property EndValue As GaugeInputValue
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering