ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.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 ConstructorInitializes a new instance of the BookmarksCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturn the index of currently active or selected BookMark from the BookMarksCollection.  
    Public PropertyReturns a Page object at specified index in the BookMarksCollection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a BookMark object to the end of the BookMarksCollection.  
    Public MethodRemoves all the BookMark objects from the BookMarksCollection.  
    Public MethodDetermines whether a Page element is in the BookMarksCollection.  
    Public MethodCopies an array of BookMark objects to BookMarksCollection from the specified index.  
    Public MethodRelease resources used by BookMarksCollection.  
    Public MethodReturns the zero-based index of the first occurrence of the BookMark object in the BookMarksCollection.  
    Public MethodInserts a BookMark object into the BookMarksCollection at the specified index.  
    Public MethodRemoves the first occurrence of BookMark object from the BookMarksCollection.  
    Top
    See Also