共用方式為


StateIndicator.GaugeInputValue 屬性

Gets the input value for the state indicator.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property GaugeInputValue As GaugeInputValue 
    Get
'用途
Dim instance As StateIndicator 
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.

請參閱

參考

StateIndicator 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間