# C1.Report.FieldBase.Top

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_Top_" data-uid="C1.Report.FieldBase.Top*">Top Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_Top_" data-uid="C1.Report.FieldBase.Top*"></a>
<h4 id="C1_Report_FieldBase_Top" data-uid="C1.Report.FieldBase.Top">Top</h4>
<div class="markdown level1 summary"><p>Gets or sets the Y coordinate of the field's top edge in twips.</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.Top&quot;, &quot;The Y coordinate of the field&#39;s top edge in twips.&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double Top { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;FieldBase.Top&quot;, &quot;The Y coordinate of the field&#39;s top edge in twips.&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property Top As Double</code></pre>
</div>
<h5 id="C1_Report_FieldBase_Top_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>A field's location is the distance from its upper left corner to the upper left corner of its containing 
<a class="xref" href="C1.Report.FieldBase.SubSection.html#C1_Report_FieldBase_SubSection">SubSection</a>.</p>
<p>If the field's <a class="xref" href="C1.Report.FieldBase.AutoHeight.html#C1_Report_FieldBase_AutoHeight">AutoHeight</a> properties are set to true, the control will 
automatically adjust the <a class="xref" href="C1.Report.FieldBase.RenderHeight.html#C1_Report_FieldBase_RenderHeight">RenderHeight</a> property to fit the field's contents and the <a class="xref" href="C1.Report.FieldBase.RenderTop.html#C1_Report_FieldBase_RenderTop">RenderTop</a> 
property of fields below the current field to preserve the vertical distance between fields. The value of the 
<a class="xref" href="C1.Report.FieldBase.Top.html#C1_Report_FieldBase_Top">Top</a> and <a class="xref" href="C1.Report.FieldBase.Height.html#C1_Report_FieldBase_Height">Height</a> properties is not affected.</p>
</div>
</div>
