ActiveReports 9
AddBookmark(String) Method

The bookmark text.
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.
Syntax
'Declaration
 
Public Sub AddBookmark( _
   ByVal text As System.String _
) 
public void AddBookmark( 
   System.string text
)

Parameters

text
The bookmark text.
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

Section Class
Section Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum