IndicatorState.EndValue 属性

The current value.

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

语法

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

value = instance.EndValue

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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.

请参阅

参考

IndicatorState 类

Microsoft.ReportingServices.RdlObjectModel 命名空间