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