Właściwość GaugeScale.MaximumValue
Maksymalna wartość skali.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MaximumValue As GaugeInputValue
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue obiektu.
Zobacz także