Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentLocation Class / DocumentLocation Constructor / DocumentLocation Constructor(Int32)
The 0-based page index.

In This Topic
    DocumentLocation Constructor(Int32)
    In This Topic
    Initializes a new instance of the DocumentLocation class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As Integer _
    )
    public DocumentLocation( 
       int pageIndex
    )

    Parameters

    pageIndex
    The 0-based page index.
    See Also