Proprietà BarStart
Gets the calculated value of the BarStart property in a GaugePointer class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BarStart As GaugeBarStarts
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeBarStarts
A GaugeBarStarts value that represents the calculated value of the BarStart property.