Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeBarStarts
A GaugeBarStarts value that represents the calculated value of the BarStart property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace