レポート アイテム内のテキストの横方向の配置を指定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Enumeration TextAlignments
'使用
Dim instance As TextAlignments
public enum TextAlignments
public enum class TextAlignments
type TextAlignments
public enum TextAlignments
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Center | テキストの横方向の既定配置を指定します。これは General と同じです。 | |
| Default | テキストの配置をデータ型およびピア Direction から取得することを指定します。 | |
| General | 左揃えテキストであることを指定します。 | |
| Left | 中央揃えテキストであることを指定します。 | |
| Right | 右揃えテキストであることを指定します。 |