Proprietà StateIndicator.MinimumValue
Gets the minimum allowable input value when TransformationType is set to Percentage.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MinimumValue As GaugeInputValue
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering