TextOrientations 列挙体
タイトル テキストの向きを指定します。
名前空間: 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 | テキストの向きを自動調整します。 | |
Horizontal | 横書きテキストです。 | |
Rotated90 | 水平から 90 度回転します。 | |
Rotated270 | 水平から 270 度回転します。 | |
Stacked | テキストを縦に積み重ねます。 |