ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / Page Class / AddBookmark Method / AddBookmark(String,Single) Method
Name of the GrapeCity.ActiveReports.Document.Section.Bookmark
The offSet from the top of the page where the GrapeCity.ActiveReports.Document.Section.Bookmark is on the page object

In This Topic
    AddBookmark(String,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AddBookmark( _
       ByVal strBookmark As String, _
       ByVal offset As Single _
    ) As Integer
    public int AddBookmark( 
       string strBookmark,
       float offset
    )

    Parameters

    strBookmark
    Name of the GrapeCity.ActiveReports.Document.Section.Bookmark
    offset
    The offSet from the top of the page where the GrapeCity.ActiveReports.Document.Section.Bookmark is on the page object
    See Also