# C1.Report.Section.AutoHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Section_AutoHeight_" data-uid="C1.Report.Section.AutoHeight*">AutoHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Section_AutoHeight_" data-uid="C1.Report.Section.AutoHeight*"></a>
<h4 id="C1_Report_Section_AutoHeight" data-uid="C1.Report.Section.AutoHeight">AutoHeight</h4>
<div class="markdown level1 summary"><p>Gets or sets a value determining how the height of the section changes depending on its content.</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;Section.AutoHeight&quot;, &quot;Determines how the height of the section changes depending on its content.&quot;)]
public AutoSizeBehavior AutoHeight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;Section.AutoHeight&quot;, &quot;Determines how the height of the section changes depending on its content.&quot;)&gt;
Public Property AutoHeight As AutoSizeBehavior</code></pre>
</div>
</div>
