Partager via


Propriété StateIndicator.MaximumValue

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the maximum allowable input value when TransformationType is set to Percentage.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MaximumValue As GaugeInputValue 
    Get 
    Set
'Utilisation
Dim instance As StateIndicator 
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.

Voir aussi

Référence

StateIndicator Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel