共用方式為


DownRight 屬性

Indicates the smart label will not move down-right.

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

語法

'宣告
Public Property DownRight As ReportExpression(Of Boolean)
    Get
    Set
'用途
Dim instance As ChartNoMoveDirections
Dim value As ReportExpression(Of Boolean)

value = instance.DownRight

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