Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Specifies whether text is written vertically or horizontally.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration WritingModes
'Usage
Dim instance As WritingModes
public enum WritingModes
public enum class WritingModes
type WritingModes
public enum WritingModes
Members
| Member name | Description | |
|---|---|---|
| Default | Specifies the default mode of writing text, which is the same as Horizontal. | |
| Horizontal | Specifies horizontal text. | |
| Rotate270 | Specifies vertical text, which must rotate individual text character 270 degrees. | |
| Vertical | Specifies vertical text, which must rotate individual text character 90 degrees. |
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace