共用方式為


RadialPointer.NeedleStyle 屬性

Style of the needle.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property NeedleStyle As ReportExpression(Of NeedleStyles)
    Get 
    Set
'用途
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>)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<NeedleStyles>
A ReportExpression<T> object.

請參閱

參考

RadialPointer 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間