Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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