Partager via


Propriété Right

Indicates the smart label will not move directly right.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Right As ReportBoolProperty
    Get
'Utilisation
Dim instance As ChartNoMoveDirections
Dim value As ReportBoolProperty

value = instance.Right
public ReportBoolProperty Right { get; }
public:
property ReportBoolProperty^ Right {
    ReportBoolProperty^ get ();
}
member Right : ReportBoolProperty
function get Right () : ReportBoolProperty