Compartilhar via


Propriedade do RDL ChartNoMoveDirections.DownRight

Indicates the smart label will not move down-right.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DownRight As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

ChartNoMoveDirections Classe

Namespace Microsoft.ReportingServices.RdlObjectModel