Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentLocation Class / DocumentLocation Constructor / DocumentLocation Constructor(C1Page)
The target document page.

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

    Parameters

    page
    The target document page.
    See Also