ChartNoMoveDirections-Klasse
Defines which directions a smart label is not allowed to move.
Vererbungshierarchie
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
Der ChartNoMoveDirections-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace