# GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.RemoveVerticalSpace

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_RemoveVerticalSpace_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.RemoveVerticalSpace*">RemoveVerticalSpace Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_RemoveVerticalSpace_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.RemoveVerticalSpace*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_RemoveVerticalSpace" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.RemoveVerticalSpace">RemoveVerticalSpace</h4>
<div class="markdown level1 summary"><p>Sets or returns whether completley empty vertical spacing will be removed from the output.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool RemoveVerticalSpace { get; set; }</code></pre>
</div>
<h5 id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_RemoveVerticalSpace_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The property does not have an effect if you are using the default <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlOutputType.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlOutputType_DynamicHtml">DynamicHtml</a> option.
This may improve pagination if you wish to print the HTML output from a browser with the <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlOutputType.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlOutputType_LegacyHtml">LegacyHtml</a> option.</p>
</div>
</div>
