ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / PrintProgress Event

In This Topic
    PrintProgress Event (SectionDocument)
    In This Topic
    Occurs when [print progress].
    Syntax
    'Declaration
     
    Public Event PrintProgress As PrintProgressEventHandler
    public event PrintProgressEventHandler PrintProgress
    Event Data

    The event handler receives an argument of type PrintProgressEventArgs containing data related to this event. The following PrintProgressEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the current printing page number.  
    See Also