Udostępnij przez


Właściwość StateIndicator.MaximumValue

Pobiera wartość maksymalnego dopuszczalnego wprowadzania podczas TransformationType jest zestaw do Percentage.

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 StateIndicator
Dim value As GaugeInputValue

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