GaugePointer.BarStart 属性

Indicates where the pointer will start if it is of type Bar.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property BarStart As ReportExpression(Of BarStartTypes)
    Get
    Set
用法
Dim instance As GaugePointer
Dim value As ReportExpression(Of BarStartTypes)

value = instance.BarStart

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