ActiveReports.Viewer3 Request technical support
BookmarksCollection Class Members
See Also  Properties  Methods 


The following tables list the members exposed by BookmarksCollection.

Public Constructors

 NameDescription
Public ConstructorBookmarksCollection ConstructorInitializes a new instance of the BookmarksCollection 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 PropertyDocumentSets the Document associated with this bookmark collection.  
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 MethodContainsDetermines 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 a Windows Forms TreeView control.  
Public MethodGetEnumeratorReturns an enumerator that can iterate through the collection of bookmarks. (Inherited from System.Collections.CollectionBase)
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