Właściwość ScaleRange.StartValue
Pobiera wyrażenie do wartości początkowej dla zakres.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property StartValue As GaugeInputValue
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue obiektu.
Zobacz także