[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.IPageInformationService

IPageInformationService Interface

Defines an interface for communicating pagination information.

Namespace: GrapeCity.ActiveReports.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IPageInformationService

Methods

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.

Extension Methods