Anchor
You can change the Anchor property from the Report Designer.
|
Description: |
Determines the placement of a control. |
|
Used for: |
Anchoring a control in your form |
|
Value |
Result |
|
Top |
Indicates the object is anchored at the top boundary of the control's container. |
|
Bottom |
Indicates the object is anchored to the bottom boundary of the control's container. |
|
TopAndBottom |
Indicates the object is anchored to both the top and bottom boundary of the control's container. |
|
Default: |
Top |
|
To use this property |
|
Click in the right column of the Anchor field, and then select Top, Bottom, or TopAndBottom to indicate where you want to anchor the control.