Propriedade do RDL MinimumValue
Minimum value for the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MinimumValue As GaugeInputValue
Get
'Uso
Dim instance As GaugeScale
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeInputValue
A GaugeInputValue object.
Consulte também