GaugePointer.GaugeInputValue 属性
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