# C1.Report.Section.CanGrow

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Section_CanGrow_" data-uid="C1.Report.Section.CanGrow*">CanGrow Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Section_CanGrow_" data-uid="C1.Report.Section.CanGrow*"></a>
<h4 id="C1_Report_Section_CanGrow" data-uid="C1.Report.Section.CanGrow">CanGrow</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the section's height is automatically increased to fit its content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use AutoHeight instead.&quot;)]
[Browsable(false)]
public bool CanGrow { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;Use AutoHeight instead.&quot;)&gt;
&lt;Browsable(False)&gt;
Public Property CanGrow As Boolean</code></pre>
</div>
</div>
