GaugeScale.MaximumValue 屬性
Gets or sets the maximum value for the scale.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property MaximumValue As GaugeInputValue
Get
Set
'用途
Dim instance As GaugeScale
Dim value As GaugeInputValue
value = instance.MaximumValue
instance.MaximumValue = value
public GaugeInputValue MaximumValue { get; set; }
public:
property GaugeInputValue^ MaximumValue {
GaugeInputValue^ get ();
void set (GaugeInputValue^ value);
}
member MaximumValue : GaugeInputValue with get, set
function get MaximumValue () : GaugeInputValue
function set MaximumValue (value : GaugeInputValue)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.