Freigeben über


StateIndicator.MinimumValue-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MinimumValue As GaugeInputValue 
    Get 
    Set
'Usage
Dim instance As StateIndicator 
Dim value As GaugeInputValue 

value = instance.MinimumValue

instance.MinimumValue = value
public GaugeInputValue MinimumValue { get; set; }
public:
property GaugeInputValue^ MinimumValue {
    GaugeInputValue^ get ();
    void set (GaugeInputValue^ value);
}
member MinimumValue : GaugeInputValue with get, set
function get MinimumValue () : GaugeInputValue 
function set MinimumValue (value : GaugeInputValue)

Eigenschaftswert

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

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace