VerticalAlignments 열거형
Specifies the vertical alignment of text within a report item.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.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. |