ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / GetPageCount Method

In This Topic
    GetPageCount Method (C1Report)
    In This Topic
    Gets the total number of pages in the generated report. Use this method rather than Count on the PageImages collection as accessing that property creates images for all pages at once and thus can exhaust system resources.
    Syntax
    'Declaration
     
    Public Function GetPageCount() As Integer
    public int GetPageCount()

    Return Value

    The total page count.
    Remarks
    You must call the Render method to create or refresh the pages.
    See Also