# C1.Report.AnchorEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_AnchorEnum" data-uid="C1.Report.AnchorEnum" class="text-break">AnchorEnum Enum
</h1>
  <div class="markdown level0 summary"><p>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
<a class="xref" href="C1.Report.SubSection.AutoHeight.html#C1_Report_SubSection_AutoHeight">AutoHeight</a> and <a class="xref" href="C1.Report.SubSection.AutoHeight.html#C1_Report_SubSection_AutoHeight">AutoHeight</a> properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_AnchorEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnchorEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AnchorEnum</code></pre>
  </div>
  <h5 id="C1_Report_AnchorEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the members of this enumeration to set the value
of the <a class="xref" href="C1.Report.FieldBase.Anchor.html#C1_Report_FieldBase_Anchor">Anchor</a> property in the <a class="xref" href="C1.Report.FieldBase.html">FieldBase</a> class.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Report_AnchorEnum_Bottom">Bottom</td>
        <td><p>The field moves vertically. The space between the bottom of the field
and the bottom of the subsection remains the same.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_AnchorEnum_Top">Top</td>
        <td><p>The field does not move. The space between the top of the field
and the top of the subsection remains the same.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_AnchorEnum_TopAndBottom">TopAndBottom</td>
        <td><p>The field grows or shrinks. The space between field and the subsection
remains the same (above and below).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
