# C1.Report.FieldBase.Height

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_Height_" data-uid="C1.Report.FieldBase.Height*">Height Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_Height_" data-uid="C1.Report.FieldBase.Height*"></a>
<h4 id="C1_Report_FieldBase_Height" data-uid="C1.Report.FieldBase.Height">Height</h4>
<div class="markdown level1 summary"><p>Gets or sets the height of the field 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.Height&quot;, &quot;The height of the field in twips.&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double Height { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;FieldBase.Height&quot;, &quot;The height of the field in twips.&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property Height As Double</code></pre>
</div>
<h5 id="C1_Report_FieldBase_Height_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Every <a class="xref" href="C1.Report.FieldBase.html">FieldBase</a> object has a rectangle, or "field box", where the field contents are rendered.</p>
<p>The field box is defined by the <a class="xref" href="C1.Report.FieldBase.Left.html#C1_Report_FieldBase_Left">Left</a>, <a class="xref" href="C1.Report.FieldBase.Top.html#C1_Report_FieldBase_Top">Top</a>, <a class="xref" href="C1.Report.FieldBase.Width.html#C1_Report_FieldBase_Width">Width</a>, and <a class="xref" href="C1.Report.FieldBase.Height.html#C1_Report_FieldBase_Height">Height</a> properties.</p>
<p>These properties are expressed in twips, and the position is relative to the field's containing section.</p>
<p>The field's <a class="xref" href="C1.Report.FieldBase.Height.html#C1_Report_FieldBase_Height">Height</a> property should be set to a value larger than or equal to the height of the 
field's <span class="xref">C1.Util.Font</span>, or no text will appear in the field.</p>
<p>If the field's <a class="xref" href="C1.Report.FieldBase.AutoHeight.html#C1_Report_FieldBase_AutoHeight">AutoHeight</a> property 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>
