Condividi tramite


Proprietà GaugePointer.BarStart

Gets a value that indicates where the Bar pointer starts.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property BarStart As ReportEnumProperty(Of GaugeBarStarts)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeBarStarts>
A ReportEnumProperty<EnumType> object that indicates where the Bar pointer starts.

Vedere anche

Riferimento

GaugePointer Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering