Compartir a través de


ChartNoMoveDirections.Right Propiedad

Indicates the smart label will not move directly right.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Right As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
Dim instance As ChartNoMoveDirections 
Dim value As ReportExpression(Of Boolean)

value = instance.Right

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

Valor de la propiedad

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

Vea también

Referencia

ChartNoMoveDirections Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel