[]
Defines an interface for communicating pagination information.
public interface IPageInformationService
Name | Description |
---|---|
GetCumulativePageCount() | Returns a PageInfoResult who's Value will be an integer representing the cumulative page count. |
GetCumulativePageNumber() | Returns a PageInfoResult who's Value will be an integer representing the cumulative pagenumber. |
GetPageCount() | Returns a PageInfoResult who's Value will be an integer representing the page count. |
GetPageCountInSection() | Returns a PageInfoResult who's Value will be an integer representing the page count within the active section. |
GetPageNumber() | Returns a PageInfoResult who's Value will be an integer representing the pagenumber. |
GetPageNumberInSection() | Returns a PageInfoResult who's Value will be an integer representing the page number within the active section. |
GetReportItemsOnCurrentPage(string) | Returns a PageInfoResult whose Value will be the report items clollection containing the list of ReportItems on the current page. |