다음을 통해 공유


UpRight 속성

Indicates the smart label will not move up-right.

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

구문

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

value = instance.UpRight

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