Propriedade BarStart
Gets the calculated value of the BarStart property in a GaugePointer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeBarStarts
A GaugeBarStarts value that represents the calculated value of the BarStart property.
Consulte também