Share via


RadialPointerInstance.NeedleStyle Property

Gets the calculated value of the NeedleStyle property in a RadialPointer class.

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

Syntax

'Declaration
Public ReadOnly Property NeedleStyle As RadialPointerNeedleStyles
    Get
'Usage
Dim instance As RadialPointerInstance
Dim value As RadialPointerNeedleStyles

value = instance.NeedleStyle
public RadialPointerNeedleStyles NeedleStyle { get; }
public:
property RadialPointerNeedleStyles NeedleStyle {
    RadialPointerNeedleStyles get ();
}
member NeedleStyle : RadialPointerNeedleStyles
function get NeedleStyle () : RadialPointerNeedleStyles

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerNeedleStyles
A RadialPointerNeedleStyles value that represents the calculated value of the NeedleStyle property.