Share via


RadialPointer.NeedleStyle Property

Style of the needle.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property NeedleStyle As ReportExpression(Of NeedleStyles)
    Get
    Set
'Usage
Dim instance As RadialPointer
Dim value As ReportExpression(Of NeedleStyles)

value = instance.NeedleStyle

instance.NeedleStyle = value
public ReportExpression<NeedleStyles> NeedleStyle { get; set; }
public:
property ReportExpression<NeedleStyles> NeedleStyle {
    ReportExpression<NeedleStyles> get ();
    void set (ReportExpression<NeedleStyles> value);
}
member NeedleStyle : ReportExpression<NeedleStyles> with get, set
function get NeedleStyle () : ReportExpression<NeedleStyles>
function set NeedleStyle (value : ReportExpression<NeedleStyles>)