Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the orientation of the title text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration TextOrientations
'Usage
Dim instance As TextOrientations
public enum TextOrientations
public enum class TextOrientations
type TextOrientations
public enum TextOrientations
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Auto | Automatically adjust text orientation. | |
| Horizontal | Horizontal text. | |
| Rotated270 | Rotate text 270 degrees from horizontal. | |
| Rotated90 | Rotate text 90 degrees from horizontal. | |
| Stacked | Stack text vertically. |