ComponentOne FlexReport for WinForms
Anchor Property (FieldBase)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > FieldBase Class : Anchor Property
Gets or sets a value determining how the field's vertical position changes relative to its containing SubSection.
Syntax
'Declaration
 
Public Property Anchor As AnchorEnum
public AnchorEnum Anchor {get; set;}
Remarks

Normally, fields do not move when sections grow or shrink. In some cases, however, you may want fields to grow with the section or to stay in the same position relative to the bottom of the section.

This is especially common for fields used to create vertical lines that should extend the entire height of the section.

See Also

Reference

FieldBase Class
FieldBase Members
AnchorEnum Enumeration