StartValue propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
The starting value in the range.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property StartValue As GaugeInputValue
Get
Set
'Utilisation
Dim instance As NumericIndicatorRange
Dim value As GaugeInputValue
value = instance.StartValue
instance.StartValue = value
public GaugeInputValue StartValue { get; set; }
public:
property GaugeInputValue^ StartValue {
GaugeInputValue^ get ();
void set (GaugeInputValue^ value);
}
member StartValue : GaugeInputValue with get, set
function get StartValue () : GaugeInputValue
function set StartValue (value : GaugeInputValue)
Valeur de la propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugeInputValue
A GaugeInputValue object.