ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer.ActionEventArgs Class / PageNumber Property

In This Topic
    PageNumber Property (Viewer.ActionEventArgs)
    In This Topic
    Gets the page number the action happened on.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageNumber As Integer
    public int PageNumber {get;}

    Property Value

    The page number.
    See Also