ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Action Class / BookmarkLink Property

In This Topic
    BookmarkLink Property
    In This Topic
    Gets or sets an C1.C1Rdl.RdlString that evaluates to the ID of a bookmark in the report to go to when this report item is clicked on.

    (If no bookmark with this ID is found, the link will not be included in the report. If the bookmark is hidden, the link will go to the start of the page the bookmark is on. If multiple bookmarks with this ID are found, the link will go to the first bookmark.)

    Syntax
    'Declaration
     
    Public Property BookmarkLink As RdlString
    public RdlString BookmarkLink {get; set;}
    See Also