ChartNoMoveDirections Class

Defines which directions a smart label is not allowed to move.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartNoMoveDirections

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartNoMoveDirections
'Usage
Dim instance As ChartNoMoveDirections
public sealed class ChartNoMoveDirections
public ref class ChartNoMoveDirections sealed
[<SealedAttribute>]
type ChartNoMoveDirections =  class end
public final class ChartNoMoveDirections

The ChartNoMoveDirections type exposes the following members.

Properties

  Name Description
Public property Down Indicates the smart label will not move directly down.
Public property DownLeft Indicates the smart label will not move down-left.
Public property DownRight Indicates the smart label will not move down-right.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Left Indicates the smart label will not move directly left.
Public property Right Indicates the smart label will not move directly right.
Public property Up Indicates the smart label will not move directly up.
Public property UpLeft Indicates the smart label will not move up-left.
Public property UpRight Indicates the smart label will not move up-right.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace