ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / PageCount Property

In This Topic
    PageCount Property (C1MultiDocumentItem)
    In This Topic
    Gets the total number of pages in the document associated with the current item.

    The value is -1 if the associated document has not been generated.

    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As System.Integer
    public System.int PageCount {get;}
    See Also