Énumération VerticalAlignments
Specifies the vertical alignment of text within a report item.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration VerticalAlignments
'Utilisation
Dim instance As VerticalAlignments
public enum VerticalAlignments
public enum class VerticalAlignments
type VerticalAlignments
public enum VerticalAlignments
Membres
Nom de membre | Description | |
---|---|---|
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. |