Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1LinkTargetDocumentLocation Class / C1LinkTargetDocumentLocation Constructor / C1LinkTargetDocumentLocation Constructor(IDocumentLocation)
The target object (must support the IDocumentLocation interface).

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

    Parameters

    documentLocation
    The target object (must support the IDocumentLocation interface).
    See Also