Compartir a través de


BarStart Propiedad

Indicates where the pointer will start if it is of type Bar.

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

Sintaxis

'Declaración
Public ReadOnly Property BarStart As ReportEnumProperty(Of GaugeBarStarts)
    Get
'Uso
Dim instance As GaugePointer
Dim value As ReportEnumProperty(Of GaugeBarStarts)

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