ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / LongOperation Event

In This Topic
    LongOperation Event
    In This Topic
    Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.
    Syntax
    'Declaration
     
    Public Event LongOperation As LongOperationEventHandler
    public event LongOperationEventHandler LongOperation
    See Also