AddBookmark(String) Method
Adds a bookmark in the report's table of contents. The bookmark will position the view at the start of the section if the bookmark is added in the section's Format event. Bookmark text to be displayed in the table of contents treeview.
public void AddBookmark(
string
)
'Declaration
Public Sub AddBookmark( _
ByVal As String _
)
Parameters
- text
- The bookmark text.