RadialPointer.NeedleStyle Property

Gets an expression that evaluates to the style of the needle.

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

Syntax

'Declaration
Public ReadOnly Property NeedleStyle As ReportEnumProperty(Of RadialPointerNeedleStyles)
    Get
'Usage
Dim instance As RadialPointer 
Dim value As ReportEnumProperty(Of RadialPointerNeedleStyles)

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<RadialPointerNeedleStyles>
A ReportEnumProperty<EnumType> object.

See Also

Reference

RadialPointer Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace