Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / QueryVariableTextEventArgs Class / PageNumber Property


In This Topic
    PageNumber Property
    In This Topic
    Gets the current page number.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageNumber As Integer
    'Usage
     
    Dim instance As QueryVariableTextEventArgs
    Dim value As Integer
     
    value = instance.PageNumber
    public int PageNumber {get;}

    Property Value

    A value representing the current page number; 0 if the report has not yet begun (for example, the %DATETIME% variable has not yet been evaluated).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also