Compartilhar via


Classe ChartNoMoveDirections

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

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartNoMoveDirections

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

Sintaxe

'Declaração
Public NotInheritable Class ChartNoMoveDirections
'Uso
Dim instance As ChartNoMoveDirections
public sealed class ChartNoMoveDirections
public ref class ChartNoMoveDirections sealed
[<SealedAttribute>]
type ChartNoMoveDirections =  class end
public final class ChartNoMoveDirections

O tipo ChartNoMoveDirections expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Down Indicates the smart label will not move directly down.
Propriedade pública DownLeft Indicates the smart label will not move down-left.
Propriedade pública DownRight Indicates the smart label will not move down-right.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Left Indicates the smart label will not move directly left.
Propriedade pública Right Indicates the smart label will not move directly right.
Propriedade pública Up Indicates the smart label will not move directly up.
Propriedade pública UpLeft Indicates the smart label will not move up-left.
Propriedade pública UpRight Indicates the smart label will not move up-right.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering