VerticalAlignments 列挙体
レポート アイテム内のテキストの縦方向の配置を指定します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Enumeration VerticalAlignments
'使用
Dim instance As VerticalAlignments
public enum VerticalAlignments
public enum class VerticalAlignments
type VerticalAlignments
public enum VerticalAlignments
メンバー
メンバー名 | 説明 | |
---|---|---|
Default | テキストの縦方向の既定配置を指定します。これは Top と同じです。 | |
Top | 上詰めテキストであることを指定します。 | |
Middle | 縦方向の中央へのテキスト配置を指定します。 | |
Bottom | 下詰めテキストを指定します。 |