Enum HorizontalAlign
Specifies the horizontal alignment of the text in a report item.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public enum HorizontalAlign
Center
Specifies that the text is aligned to the center.
Justify
Specifies that the text is justified.
Left
Specifies that the text is aligned to the left.
Right
Specifies that the text is aligned to the right.