Compartilhar via


Propriedade do RDL GaugePointer.GaugeInputValue

Gets or sets the value to use for the pointer.

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 GaugePointer 
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
The value to use for the pointer

Consulte também

Referência

GaugePointer Classe

Namespace Microsoft.ReportingServices.RdlObjectModel