# C1.Report.Section.RenderHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Section_RenderHeight_" data-uid="C1.Report.Section.RenderHeight*">RenderHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Section_RenderHeight_" data-uid="C1.Report.Section.RenderHeight*"></a>
<h4 id="C1_Report_Section_RenderHeight" data-uid="C1.Report.Section.RenderHeight">RenderHeight</h4>
<div class="markdown level1 summary"><p>Gets the actual height of the current section.
This is the sum of the heights of all its sub-sections.
This property can only be used while the report is being rendered, otherwise it returns -1.</p>
<p>
Note that if this property is used in the section's OnFormat script, then it returns
the height calculated for the previous instance of the section, or -1 if this is the first calculation.
</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>
</div>
