Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1HyperlinkInfo Class / LinkTarget Property

In This Topic
    LinkTarget Property (C1HyperlinkInfo)
    In This Topic
    Gets the C1LinkTarget where hyperlink points, it can differ from Hyperlink.LinkTarget if Linktarget contains calculated fields.
    Syntax
    'Declaration
     
    Public Property LinkTarget As C1LinkTarget
    public C1LinkTarget LinkTarget {get; set;}
    See Also