ActiveReports Developer 7
BookmarksCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : BookmarksCollection Class

Glossary Item Box

The following tables list the members exposed by BookmarksCollection.

Public Constructors

 NameDescription
Public ConstructorBookmarksCollection ConstructorCreates a new instance of the BookmarkCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of Bookmark objects in the collection. (Inherited from System.Collections.CollectionBase)
Public PropertyCurrentBookmarkReturns the index of the currently selected bookmark.  
Public PropertyItemReturns a reference to the bookmark object at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds the specified Bookmark object to the collection.  
Public MethodClearRemoves all bookmarks from the collection.  
Public MethodContains

Determines whether the specified bookmark object exists in the collection.

 
Public MethodCopyToCopies the Bookmarks collection from the specified report to a Bookmarks collection at the specified index.  
Public MethodDisposeReleases the BookmarksCollection instance from memory.  
Public MethodFillTreeLoads the Bookmark objects into the Windows Forms TreeView control.  
Public MethodIndexOfReturns the index of the specified Bookmark object in the collection.  
Public MethodInsertInserts the specified Bookmark object at the specified index in the collection.  
Public MethodRemoveRemoves the specified Bookmark object from the collection.  
Public MethodRemoveAtRemoves the Bookmark object at the specified index from the collection. (Inherited from System.Collections.CollectionBase)
Top

See Also