ComponentOne FlexReport for WinForms
AnchorEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : AnchorEnum Enumeration
Determines how the field is positioned with respect to its containing subsection when the subsection grows or shrinks as a result of the subsection's SubSection.AutoHeight and SubSection.AutoHeight properties.
Syntax
'Declaration
 
Public Enum AnchorEnum 
   Inherits System.Enum
public enum AnchorEnum : System.Enum 
Members
MemberDescription
BottomThe field moves vertically. The space between the bottom of the field and the bottom of the subsection remains the same.
TopThe field does not move. The space between the top of the field and the top of the subsection remains the same.
TopAndBottomThe field grows or shrinks. The space between field and the subsection remains the same (above and below).
Remarks
Use the members of this enumeration to set the value of the FieldBase.Anchor property in the FieldBase class.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.AnchorEnum

See Also

Reference

C1.Win.FlexReport Namespace