Determines how the field is positioned with respect to its containing section when the section grows or shrinks as a result of the section's CanGrow and CanShrink properties.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum AnchorEnum
Visual Basic
Public Enumeration AnchorEnum

Members

Member nameDescription
Top The field does not move. The space between the top of the field and the top of the section remains the same.
Bottom The field moves vertically. The space between the bottom of the field and the bottom of the section remains the same.
TopAndBottom The field grows or shrinks. The space between field and the section remains the same (above and below).

Remarks

Use the members of this enumeration to set the value of the Anchor property in the Field class.

See Also