# C1.Report.BehaviorOptions.IncreaseSubSectionHeightToFitFields

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_BehaviorOptions_IncreaseSubSectionHeightToFitFields_" data-uid="C1.Report.BehaviorOptions.IncreaseSubSectionHeightToFitFields*">IncreaseSubSectionHeightToFitFields Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_BehaviorOptions_IncreaseSubSectionHeightToFitFields_" data-uid="C1.Report.BehaviorOptions.IncreaseSubSectionHeightToFitFields*"></a>
<h4 id="C1_Report_BehaviorOptions_IncreaseSubSectionHeightToFitFields" data-uid="C1.Report.BehaviorOptions.IncreaseSubSectionHeightToFitFields">IncreaseSubSectionHeightToFitFields</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the height of <a class="xref" href="C1.Report.SubSection.html">SubSection</a>
should be increased to fit all fields. This setting is usefull when report generated at runtime.
The default is false. Setting this to true improves compatibility with C1Report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;BehaviorOptions.IncreaseSubSectionHeightToFitFields&quot;, &quot;Increase SubSection height to fit all fields. The default is false. Setting this to true improves compatibility with C1Report.&quot;)]
public bool IncreaseSubSectionHeightToFitFields { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;BehaviorOptions.IncreaseSubSectionHeightToFitFields&quot;, &quot;Increase SubSection height to fit all fields. The default is false. Setting this to true improves compatibility with C1Report.&quot;)&gt;
Public Property IncreaseSubSectionHeightToFitFields As Boolean</code></pre>
</div>
</div>
