Compartir a través de


IndicatorState.StartValue Propiedad

Gets the start value in the state range.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property StartValue As GaugeInputValue 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.

Vea también

Referencia

IndicatorState Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering