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 | |
---|---|---|
Down | Indicates the smart label will not move directly down. | |
DownLeft | Indicates the smart label will not move down-left. | |
DownRight | Indicates the smart label will not move down-right. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Left | Indicates the smart label will not move directly left. | |
Right | Indicates the smart label will not move directly right. | |
Up | Indicates the smart label will not move directly up. | |
UpLeft | Indicates the smart label will not move up-left. | |
UpRight | Indicates the smart label will not move up-right. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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