BookmarksCollection Constructor | Initializes a new instance of the BookmarksCollection class. |
Count (Inherited from System.Collections.CollectionBase) | Gets the number of Bookmark objects in the collection. |
CurrentBookmark | Returns the index of the currently selected bookmark. |
Document | Sets the Document associated with this bookmark collection. |
Item | Returns a reference to the bookmark object at the specified index. |
Add | Adds the specified Bookmark object to the collection. |
Clear (Inherited from System.Collections.CollectionBase) | Removes all bookmarks from the collection. |
Contains | Determines whether the specified bookmark object exists in the collection. |
CopyTo | Copies the Bookmarks collection from the specified report to a Bookmarks collection at the specified index. |
Dispose | Releases the BookmarksCollection instance from memory. |
FillTree | Loads the Bookmark objects into a Windows Forms TreeView control. |
GetEnumerator (Inherited from System.Collections.CollectionBase) | Returns an enumerator that can iterate through the collection of bookmarks. |
IndexOf | Returns the index of the specified Bookmark object in the collection. |
Insert | Inserts the specified Bookmark object at the specified index in the collection. |
Remove | Removes the specified Bookmark object from the collection. |
RemoveAt (Inherited from System.Collections.CollectionBase) | Removes the Bookmark object at the specified index from the collection. |
BookmarksCollection Class | DataDynamics.ActiveReports.Document Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.