Compartir a través de


StateIndicator.MinimumValue Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MinimumValue As GaugeInputValue 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

StateIndicator Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering