ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / Page Class / AddBookmark Method / AddBookmark(Bookmark) Method
GrapeCity.ActiveReports.Document.Section.Bookmark to be added.

In This Topic
    AddBookmark(Bookmark) Method
    In This Topic
    Adds the bookmark.
    Syntax
    'Declaration
     
    Public Overloads Function AddBookmark( _
       ByVal theBookmark As Bookmark _
    ) As Integer
    public int AddBookmark( 
       Bookmark theBookmark
    )

    Parameters

    theBookmark
    GrapeCity.ActiveReports.Document.Section.Bookmark to be added.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also