Propriedade do RDL GaugeInputValue

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

Gets the expression and/or formula used in the gauge.

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

Sintaxe

'Declaração
Public Property GaugeInputValue As GaugeInputValue
    Get
    Set
'Uso
Dim instance As NumericIndicator
Dim value As GaugeInputValue

value = instance.GaugeInputValue

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