GaugePointer.GaugeInputValue 属性

Gets the value to use for the pointer.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property GaugeInputValue As GaugeInputValue 
    Get
用法
Dim instance As GaugePointer 
Dim value As GaugeInputValue 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.

请参阅

参考

GaugePointer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间