Freigeben über


GaugePointerInstance.BarStart-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property BarStart As GaugeBarStarts 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

GaugePointerInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace