ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Bookmark Class / PageNumber Property

In This Topic
    PageNumber Property (Bookmark)
    In This Topic
    Gets or sets the page number in the document's pages collection in which this bookmark is contained.
    Syntax
    'Declaration
     
    Public Property PageNumber As Integer
    public int PageNumber {get; set;}
    See Also