หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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