Compartir a través de


BarStart Propiedad

Gets the calculated value of the BarStart property in a GaugePointer class.

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

Sintaxis

'Declaración
Public ReadOnly Property BarStart As GaugeBarStarts
    Get
'Uso
Dim instance As GaugePointerInstance
Dim value As GaugeBarStarts

value = instance.BarStart
public GaugeBarStarts BarStart { get; }
public:
property GaugeBarStarts BarStart {
    GaugeBarStarts get ();
}
member BarStart : GaugeBarStarts
function get BarStart () : GaugeBarStarts

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeBarStarts
A GaugeBarStarts value that represents the calculated value of the BarStart property.