# C1.Report.FieldBase.Anchor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_Anchor_" data-uid="C1.Report.FieldBase.Anchor*">Anchor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_Anchor_" data-uid="C1.Report.FieldBase.Anchor*"></a>
<h4 id="C1_Report_FieldBase_Anchor" data-uid="C1.Report.FieldBase.Anchor">Anchor</h4>
<div class="markdown level1 summary"><p>Gets or sets a value determining how the field's vertical position changes relative to its containing <a class="xref" href="C1.Report.FieldBase.SubSection.html#C1_Report_FieldBase_SubSection">SubSection</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;FieldBase.Anchor&quot;, &quot;Determines how the field&#39;s vertical position changes relative to its containing SubSection.&quot;)]
public AnchorEnum Anchor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;FieldBase.Anchor&quot;, &quot;Determines how the field&#39;s vertical position changes relative to its containing SubSection.&quot;)&gt;
Public Property Anchor As AnchorEnum</code></pre>
</div>
<h5 id="C1_Report_FieldBase_Anchor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
<p>This is especially common for fields used to create vertical lines that should extend
the entire height of the section.</p>
</div>
<h5 id="C1_Report_FieldBase_Anchor_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Report.AnchorEnum.html">AnchorEnum</a></div>
</div>
</div>
