Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / LastPageIndex Property

In This Topic
    LastPageIndex Property
    In This Topic
    Gets the 0-based index of the last page of the document associated with the current item within the containing C1MultiDocument.

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

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