Właściwość StateIndicator.MinimumValue
Wartość wejściowa minimalne dopuszczalne pobiera, kiedy 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 MinimumValue As GaugeInputValue
Get
'Użycie
Dim instance As StateIndicator
Dim value As GaugeInputValue
value = instance.MinimumValue
public GaugeInputValue MinimumValue { get; }
public:
property GaugeInputValue^ MinimumValue {
GaugeInputValue^ get ();
}
member MinimumValue : GaugeInputValue
function get MinimumValue () : GaugeInputValue
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue obiektu.
Zobacz także