Compartilhar via


Propriedade do RDL GaugeScale.MaximumValue

Maximum value for the scale.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MaximumValue As GaugeInputValue 
    Get
'Uso
Dim instance As GaugeScale 
Dim value As GaugeInputValue 

value = instance.MaximumValue
public GaugeInputValue MaximumValue { get; }
public:
property GaugeInputValue^ MaximumValue {
    GaugeInputValue^ get ();
}
member MaximumValue : GaugeInputValue
function get MaximumValue () : GaugeInputValue

Valor da propriedade

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

Consulte também

Referência

GaugeScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering