Propriété EndValue
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
The end value in the range.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property EndValue As GaugeInputValue
Get
Set
'Utilisation
Dim instance As NumericIndicatorRange
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugeInputValue
A GaugeInputValue object.
Voir aussi