ScaleRange.EndValue 屬性
Ending value for the range.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property EndValue As GaugeInputValue
Get
Set
'用途
Dim instance As ScaleRange
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.