VerticalAlignments Enumeración
Specifies the vertical alignment of text within a report item.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Enumeration VerticalAlignments
'Uso
Dim instance As VerticalAlignments
public enum VerticalAlignments
public enum class VerticalAlignments
type VerticalAlignments
public enum VerticalAlignments
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |