ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Extensibility.Printing Namespace / PrintProgressEventArgs Class / CurrentPage Property

In This Topic
    CurrentPage Property (PrintProgressEventArgs)
    In This Topic
    Gets the current printing page number.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentPage As Integer
    public int CurrentPage {get;}
    See Also