Specifies horizontal text alignment.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum TextAlign |
| Visual Basic |
|---|
Public Enumeration TextAlign |
Members
| Member name | Description | |
|---|---|---|
| Default | Default. Treated as General. | |
| General | Text alignment is derived from the data type and Direction. | |
| Left | Left aligned text. | |
| Center | Centered text. | |
| Right | Right aligned text. |