TextAlignments 列舉型別
Specifies the horizontal alignment for the text within a report item.
命名空間: 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
成員
| 成員名稱 | 描述 | |
|---|---|---|
| Default | Specifies that the text alignment is derived from the data type and the peer Direction. | |
| General | Specifies that the text is left-aligned. | |
| Left | Specifies that the text is center-aligned. | |
| Center | Specifies the default horizontal text alignment, which is the same as General. | |
| Right | Specifies that the text is right-aligned. |