Partilhar via


Propriedade do RDL IndicatorState.StartValue

Gets the start value in the state range.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IndicatorState Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering