ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Section Class / AddBookmark(String) Method
The bookmark text.

In This Topic
    AddBookmark(String) Method
    In This Topic
    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 String _
    ) 
    public void AddBookmark( 
       string text
    )

    Parameters

    text
    The bookmark text.
    See Also