# C1.Report.SubSection.RenderHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_SubSection_RenderHeight_" data-uid="C1.Report.SubSection.RenderHeight*">RenderHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_SubSection_RenderHeight_" data-uid="C1.Report.SubSection.RenderHeight*"></a>
<h4 id="C1_Report_SubSection_RenderHeight" data-uid="C1.Report.SubSection.RenderHeight">RenderHeight</h4>
<div class="markdown level1 summary"><p>Returns the height of the sub-section after the <a class="xref" href="C1.Report.SubSection.AutoHeight.html#C1_Report_SubSection_AutoHeight">AutoHeight</a>
property has been applied to the section.
Getting this property can throw an exception if the height of sections was not calculated yet,
for example if you access the RenderHeight of the report footer while the report header is being rendered.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public double RenderHeight { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property RenderHeight As Double</code></pre>
</div>
<h5 id="C1_Report_SubSection_RenderHeight_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When a sub-section grows or shrinks, its <a class="xref" href="C1.Report.SubSection.Height.html#C1_Report_SubSection_Height">Height</a> property does not change.</p>
<p>If you need to retrieve the actual height that will be used to rendering the sub-section 
(for example in the <a class="xref" href="C1.Report.FlexReport.PrintSection.html">PrintSection</a> event), use the <a class="xref" href="C1.Report.SubSection.RenderHeight.html#C1_Report_SubSection_RenderHeight">RenderHeight</a> 
property instead.</p>
</div>
</div>
