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

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

    Parameters

    documentLocation
    The target location.
    See Also