ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / BookmarkInfo Class / Page Property

In This Topic
    Page Property (BookmarkInfo)
    In This Topic
    Gets or sets the page number where the bookmark is located.
    Syntax
    'Declaration
     
    Public Property Page As Integer
    public int Page {get; set;}

    Property Value

    The page number as an System.Int32.
    See Also