Propriété Right
Indicates the smart label will not move directly right.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Right As ReportExpression(Of Boolean)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Voir aussi