VerticalAlignments 枚举
Specifies the vertical alignment of text within a report item.
命名空间: 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 | Specifies the default vertical text alignment, which is the same as Top. | |
| Top | Specifies top-aligned text. | |
| Middle | Specifies vertically-centered text alignment. | |
| Bottom | Specifies bottom-aligned text. |