Właściwość ChartSmartLabel.ChartNoMoveDirections
Wskazuje kierunkach, w których etykiety nie może przenieść.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ChartNoMoveDirections As ChartNoMoveDirections
Get
Set
'Użycie
Dim instance As ChartSmartLabel
Dim value As ChartNoMoveDirections
value = instance.ChartNoMoveDirections
instance.ChartNoMoveDirections = value
public ChartNoMoveDirections ChartNoMoveDirections { get; set; }
public:
property ChartNoMoveDirections^ ChartNoMoveDirections {
ChartNoMoveDirections^ get ();
void set (ChartNoMoveDirections^ value);
}
member ChartNoMoveDirections : ChartNoMoveDirections with get, set
function get ChartNoMoveDirections () : ChartNoMoveDirections
function set ChartNoMoveDirections (value : ChartNoMoveDirections)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartNoMoveDirections
A ChartNoMoveDirections obiektu.
Zobacz także