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

In This Topic
    Link Property (BookmarkLinkAction)
    In This Topic
    Gets the bookmark within the report to navigate to when the report item is clicked.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Link As String
    public abstract string Link {get;}

    Property Value

    A System.String representing the bookmark link.
    See Also