# GrapeCity.ActiveReports.Layout.IPageInformationService

## Content

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



  <h1 id="GrapeCity_ActiveReports_Layout_IPageInformationService" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService" class="text-break">IPageInformationService Interface
</h1>
  <div class="markdown level0 summary"><p>Defines an interface for communicating pagination 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_IPageInformationService_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPageInformationService</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_IPageInformationService_GetCumulativePageCount" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService.GetCumulativePageCount">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.IPageInformationService.GetCumulativePageCount.html#GrapeCity_ActiveReports_Layout_IPageInformationService_GetCumulativePageCount">GetCumulativePageCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.html">PageInfoResult</a> who's
<a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.Value.html#GrapeCity_ActiveReports_Layout_PageInfoResult_Value">Value</a> will be an integer representing the cumulative page count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_IPageInformationService_GetCumulativePageNumber" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService.GetCumulativePageNumber">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.IPageInformationService.GetCumulativePageNumber.html#GrapeCity_ActiveReports_Layout_IPageInformationService_GetCumulativePageNumber">GetCumulativePageNumber()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.html">PageInfoResult</a> who's
<a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.Value.html#GrapeCity_ActiveReports_Layout_PageInfoResult_Value">Value</a> will be an integer representing the cumulative pagenumber.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageCount" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageCount">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageCount.html#GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageCount">GetPageCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.html">PageInfoResult</a> who's
<a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.Value.html#GrapeCity_ActiveReports_Layout_PageInfoResult_Value">Value</a> will be an integer representing the page count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageCountInSection" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageCountInSection">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageCountInSection.html#GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageCountInSection">GetPageCountInSection()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.html">PageInfoResult</a> who's
<a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.Value.html#GrapeCity_ActiveReports_Layout_PageInfoResult_Value">Value</a> will be an integer representing the page count within the active section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageNumber" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageNumber">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageNumber.html#GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageNumber">GetPageNumber()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.html">PageInfoResult</a> who's
<a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.Value.html#GrapeCity_ActiveReports_Layout_PageInfoResult_Value">Value</a> will be an integer representing the pagenumber.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageNumberInSection" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageNumberInSection">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.IPageInformationService.GetPageNumberInSection.html#GrapeCity_ActiveReports_Layout_IPageInformationService_GetPageNumberInSection">GetPageNumberInSection()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.html">PageInfoResult</a> who's
<a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.Value.html#GrapeCity_ActiveReports_Layout_PageInfoResult_Value">Value</a> will be an integer representing the page number within the active section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_IPageInformationService_GetReportItemsOnCurrentPage_System_String_" data-uid="GrapeCity.ActiveReports.Layout.IPageInformationService.GetReportItemsOnCurrentPage(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.IPageInformationService.GetReportItemsOnCurrentPage.html#GrapeCity_ActiveReports_Layout_IPageInformationService_GetReportItemsOnCurrentPage_System_String_">GetReportItemsOnCurrentPage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.html">PageInfoResult</a> whose
<a class="xref" href="GrapeCity.ActiveReports.Layout.PageInfoResult.Value.html#GrapeCity_ActiveReports_Layout_PageInfoResult_Value">Value</a> will be the report items clollection containing
the list of ReportItems on the current page.</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>
