共用方式為


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.

請參閱

參考

ScaleRange 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間