Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the directions the smart label must not move.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NoMoveDirections As ChartNoMoveDirections
Get
'Usage
Dim instance As ChartSmartLabel
Dim value As ChartNoMoveDirections
value = instance.NoMoveDirections
public ChartNoMoveDirections NoMoveDirections { get; }
public:
property ChartNoMoveDirections^ NoMoveDirections {
ChartNoMoveDirections^ get ();
}
member NoMoveDirections : ChartNoMoveDirections
function get NoMoveDirections () : ChartNoMoveDirections
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartNoMoveDirections
A ChartNoMoveDirections enumeration value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace