GaugePointer.GaugeInputValue 属性

Gets or sets the value to use for the pointer.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property GaugeInputValue As GaugeInputValue 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

GaugePointer 类

Microsoft.ReportingServices.RdlObjectModel 命名空间