[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.Page.AddBookmark

AddBookmark Method

AddBookmark(Bookmark)

Adds the bookmark.

Declaration
public int AddBookmark(Bookmark theBookmark)
Parameters
Type Name Description
Bookmark theBookmark

Bookmark to be added.

Returns
Type Description
int

AddBookmark(string, float)

Adds the Bookmark.

Declaration
public int AddBookmark(string strBookmark, float offset)
Parameters
Type Name Description
string strBookmark

Name of the Bookmark

float offset

The offSet from the top of the page where the Bookmark is on the page object

Returns
Type Description
int