| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class Bookmark | |
| C# | |
|---|---|
public sealed class Bookmark | |
| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |
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.
System.Object
DataDynamics.ActiveReports.Document.Bookmark
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family