# GrapeCity.ActiveReports.Export.Image.Page.Settings.EndPage

## Content

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



<h1 id="GrapeCity_ActiveReports_Export_Image_Page_Settings_EndPage_" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.EndPage*">EndPage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Image_Page_Settings_EndPage_" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.EndPage*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Page_Settings_EndPage" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.EndPage">EndPage</h4>
<div class="markdown level1 summary"><p>The default value of 0 in this property renders all of the report pages.
Otherwise, set this value to the number of the last page to render.
Please note that if the StartPage property is set to 0, all of the pages of the report render.
In order to use the EndPage property, you must set the StartPage property to a valid non-zero number.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int EndPage { get; set; }</code></pre>
</div>
</div>
