Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderLineBase Class / Hyperlink Property

In This Topic
    Hyperlink Property (RenderLineBase)
    In This Topic
    Gets or sets the hyperlink (see C1Hyperlink) associated with the current object.
    Syntax
    'Declaration
     
    Public Property Hyperlink As C1Hyperlink
    public C1Hyperlink Hyperlink {get; set;}
    See Also