GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : BookmarksCollection Class |
The following tables list the members exposed by BookmarksCollection.
Name | Description | |
---|---|---|
BookmarksCollection Constructor | Creates a new instance of the BookmarkCollection class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of Bookmark objects in the collection. (Inherited from System.Collections.CollectionBase) | |
CurrentBookmark | Returns the index of the currently selected bookmark. | |
Item | Returns a reference to the bookmark object at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the specified Bookmark object to the collection. | |
Clear | 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 the Windows Forms TreeView control. | |
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 | Removes the Bookmark object at the specified index from the collection. (Inherited from System.Collections.CollectionBase) |