Freigeben über


StateIndicator.MinimumValue-Eigenschaft

Gets the minimum allowable input value when TransformationType is set to Percentage.

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

Syntax

'Declaration
Public ReadOnly Property MinimumValue As GaugeInputValue 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace