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