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