IndicatorState.StartValue 属性

Gets the start value in the state range.

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

语法

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

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

属性值

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

请参阅

参考

IndicatorState 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间