Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutputRange Class / PageCount Property

In This Topic
    PageCount Property (OutputRange)
    In This Topic
    Gets the total number of pages in the range. Note that if the MaxPageNumber has not been set, this property will get int.MaxValue.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Integer
    public int PageCount {get;}
    See Also