# GrapeCity.ActiveReports.Rendering.Export.ProgressInfo

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Export_ProgressInfo" data-uid="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo" class="text-break">ProgressInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about the progress of a report export.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ProgressInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.html">GrapeCity.ActiveReports.Rendering.Export</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Export_ProgressInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ProgressInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_ProgressInfo__ctor_System_Int32_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.#ctor(System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.-ctor.html#GrapeCity_ActiveReports_Rendering_Export_ProgressInfo__ctor_System_Int32_System_Boolean_">ProgressInfo(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.html">ProgressInfo</a> class with the specified page number and last page indicator.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_ProgressInfo_IsLast" data-uid="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.IsLast">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.IsLast.html#GrapeCity_ActiveReports_Rendering_Export_ProgressInfo_IsLast">IsLast</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current page is the last page in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_ProgressInfo_PageNumber" data-uid="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.PageNumber">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.PageNumber.html#GrapeCity_ActiveReports_Rendering_Export_ProgressInfo_PageNumber">PageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report export page number.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
