ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / HyperLinkAction Class / Link Property

In This Topic
    Link Property (HyperLinkAction)
    In This Topic
    Gets the URL of this action hyperlink.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Link As String
    public abstract string Link {get;}

    Property Value

    A System.String representing the URL of the hyperlink.
    See Also