Свойство ScaleRange.StartValue
Gets an expression that evaluates to the starting value for the range.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property StartValue As GaugeInputValue
Get
'Применение
Dim instance As ScaleRange
Dim value As GaugeInputValue
value = instance.StartValue
public GaugeInputValue StartValue { get; }
public:
property GaugeInputValue^ StartValue {
GaugeInputValue^ get ();
}
member StartValue : GaugeInputValue
function get StartValue () : GaugeInputValue
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering