# GrapeCity.ActiveReports.Layout.PageInfoStatus

## Content

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




  <h1 id="GrapeCity_ActiveReports_Layout_PageInfoStatus" data-uid="GrapeCity.ActiveReports.Layout.PageInfoStatus" class="text-break">PageInfoStatus Enum
</h1>
  <div class="markdown level0 summary"><p>Defines status associated with the page information</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Layout.html">GrapeCity.ActiveReports.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Layout_PageInfoStatus_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PageInfoStatus</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_PageInfoStatus_Invalid">Invalid</td>
        <td><p>Invalid value because of error or some other failure</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_PageInfoStatus_Pending">Pending</td>
        <td><p>Not available, evaluation is in progress</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_PageInfoStatus_Valid">Valid</td>
        <td><p>Result has been evaluated</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>
