Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Specifies the horizontal alignment for the text within a report item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration TextAlignments
'Usage
Dim instance As TextAlignments
public enum TextAlignments
public enum class TextAlignments
type TextAlignments
public enum TextAlignments
Members
| Member name | Description | |
|---|---|---|
| Center | Specifies the default horizontal text alignment, which is the same as General. | |
| 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. | |
| Right | Specifies that the text is right-aligned. |
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace