다음을 통해 공유


ChartNoMoveDirections.DownLeft 속성

Indicates the smart label will not move down-left.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DownLeft As ReportExpression(Of Boolean)
    Get 
    Set
‘사용 방법
Dim instance As ChartNoMoveDirections 
Dim value As ReportExpression(Of Boolean)

value = instance.DownLeft

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

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

참고 항목

참조

ChartNoMoveDirections 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스