ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class
Properties Methods

In This Topic
    BookmarksCollection Class Members
    In This Topic

    The following tables list the members exposed by BookmarksCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the BookmarkCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the index of the currently selected bookmark.  
    Public PropertyReturns a reference to the bookmark object at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified Bookmark object to the collection.  
    Public MethodRemoves all bookmarks from the collection.  
    Public Method

    Determines whether the specified bookmark object exists in the collection.

     
    Public MethodCopies the Bookmarks collection from the specified report to a Bookmarks collection at the specified index.  
    Public MethodReleases the BookmarksCollection instance from memory.  
    Public MethodLoads the Bookmark objects into the Windows Forms TreeView control.  
    Public MethodReturns the index of the specified Bookmark object in the collection.  
    Public MethodInserts the specified Bookmark object at the specified index in the collection.  
    Public MethodRemoves the specified Bookmark object from the collection.  
    Top
    See Also