Właściwość ChartNoMoveDirections.DownRight
Wskazuje etykiety inteligentne nie przeniesie prawo niedziałający.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property DownRight As ReportExpression(Of Boolean)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> obiektu.
Zobacz także