TextOrientations 枚举
Specifies the orientation of the title text.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration TextOrientations
用法
Dim instance As TextOrientations
public enum TextOrientations
public enum class TextOrientations
type TextOrientations
public enum TextOrientations
成员
成员名称 | 说明 | |
---|---|---|
Auto | Automatically adjust text orientation. | |
Horizontal | Horizontal text. | |
Rotated90 | Rotate text 90 degrees from horizontal. | |
Rotated270 | Rotate text 270 degrees from horizontal. | |
Stacked | Stack text vertically. |