Proprietà ScaleRange.EndValue
Ending value for the range.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property EndValue As GaugeInputValue
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.