Alignment
You can change the Alignment property from the Report Designer.
|
Description: |
Controls where the text displays. |
|
Used for: |
Aligning text in a control in relation to the control's borders. |
|
Value |
Result |
|
General |
Aligns the text in the top left corner of the control's borders. |
|
LeftTop |
Aligns the text in the top left corner of the control's borders. |
|
CenterTop |
Aligns the text along the center and top of the control's borders. |
|
RightTop |
Aligns the text in the top right corner of the control's borders. |
|
LeftBottom |
Aligns the text in the bottom left corner of the control's borders. |
|
CenterBottom |
Aligns the text along the center and bottom of the control's borders. |
|
RightBottom |
Aligns the text in the bottom right corner of the control's borders. |
|
LeftMiddle |
Aligns the text along the middle of the left border of the control. |
|
CenterMiddle |
Aligns the text in the exact middle of the control's borders. |
|
RightMiddle |
Aligns the text along the middle of the right border of the control. |
|
JustTop |
Aligns the text in the top left corner of the control's borders. |
|
JustBottom |
Aligns the text in the bottom left corner of the control's borders. |
|
JustMiddle |
Aligns the text along the middle of the left border of the control. |
|
Default: |
LeftMiddle |
|
To use this property |
|
Click in the right column of the Alignment field, and then select one of the options from the list.