다음을 통해 공유


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>)