Specifies a named location in the report document or page that can be reached by name using hyperlinks or using the table of contents outline tree.
For a list of all members of this type, see Bookmark members.
System.Object
DataDynamics.ActiveReports.Document.Bookmark
[Visual Basic]
Public Class Bookmark
[C#]
public class Bookmark
Bookmarks are added to the report in a section's BeforePrint event using the Section.AddBookmark method. In addition, bookmarks can be added to any page in the document after the report has completed processing using the Page.AddBookmark method.
Bookmarks are stored within each page; when pages are added to a document the bookmarks are merged with the document's Bookmarks collection.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
Bookmark Members | DataDynamics.ActiveReports.Document Namespace | Bookmarks collection
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.