IndicatorState.StartValue 属性

The previous value.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property StartValue As GaugeInputValue
    Get
    Set
用法
Dim instance As IndicatorState
Dim value As GaugeInputValue

value = instance.StartValue

instance.StartValue = value
public GaugeInputValue StartValue { get; set; }
public:
property GaugeInputValue^ StartValue {
    GaugeInputValue^ get ();
    void set (GaugeInputValue^ value);
}
member StartValue : GaugeInputValue with get, set
function get StartValue () : GaugeInputValue
function set StartValue (value : GaugeInputValue)