Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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