Partilhar via


Propriedade do RDL StateIndicator.MaximumValue

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MaximumValue As GaugeInputValue 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

StateIndicator Classe

Namespace Microsoft.ReportingServices.RdlObjectModel