ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / CurrentBookmark Property

In This Topic
    CurrentBookmark Property
    In This Topic
    Return the index of currently active or selected BookMark from the BookMarksCollection.
    Syntax
    'Declaration
     
    Public Property CurrentBookmark As Integer
    public int CurrentBookmark {get; set;}
    See Also