FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1Hyperlink Class / C1Hyperlink Constructor / C1Hyperlink Constructor(C1LinkTargetBase)
The C1LinkTargetBase to set as the target of the current hyperlink.

In This Topic
    C1Hyperlink Constructor(C1LinkTargetBase)
    In This Topic
    Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal linkTarget As C1LinkTargetBase _
    )
    public C1Hyperlink( 
       C1LinkTargetBase linkTarget
    )

    Parameters

    linkTarget
    The C1LinkTargetBase to set as the target of the current hyperlink.
    See Also