Propriedade do RDL MinimumValue

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

The minimum value.

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

Sintaxe

'Declaração
Public Property MinimumValue As GaugeInputValue
    Get
    Set
'Uso
Dim instance As NumericIndicator
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)