Compartir a través de


GaugeScale.MaximumValue Propiedad

Gets or sets the maximum value for the scale.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property MaximumValue As GaugeInputValue 
    Get 
    Set
'Uso
Dim instance As GaugeScale 
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 de la propiedad

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

Vea también

Referencia

GaugeScale Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel