GaugeScale.MaximumValue Propiedad
Maximum value for the scale.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering