ActiveReports 6 Online Help
AddBookmark(String,Single) Method

Specifies the name of the bookmark.  You can use backslash "\"  as a path separator to create a hierarchy of bookmarks.
Specifies the location of the bookmark on the page.
Adds a bookmark to the report's page.
Syntax
'Declaration
 
Public Function AddBookmark( _
   ByVal strBookmark As String, _
   ByVal offset As Single _
) As Integer
public int AddBookmark( 
   string strBookmark,
   float offset
)

Parameters

strBookmark
Specifies the name of the bookmark.  You can use backslash "\"  as a path separator to create a hierarchy of bookmarks.
offset
Specifies the location of the bookmark on the page.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Page Class
Page Members

Send Feedback