ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IAction Interface / BookmarkLink Property

In This Topic
    BookmarkLink Property (IAction)
    In This Topic
    Gets the bookmark within the report to go to when the report item is clicked on.
    Syntax
    'Declaration
     
    ReadOnly Property BookmarkLink As String
    string BookmarkLink {get;}

    Property Value

    A System.String representing the bookmark link.
    See Also