ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Action Class / BookmarkLink Property

In This Topic
    BookmarkLink Property (Action)
    In This Topic

    Gets or sets an expression that evaluates to the ID of a bookmark within the report to which to navigate when the report item is clicked.

    Syntax
    'Declaration
     
    Public Property BookmarkLink As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo BookmarkLink {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to the ID of a bookmark within the report to which to navigate when the report item is clicked.

    Remarks

    If no bookmark with this ID is found, the link is not included in the report. If the bookmark is hidden, the link goes to the start of the page of the bookmark. If multiple bookmarks with the ID are found, the link goes to the first one.

    See Also