ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintManager Class / Error Event

In This Topic
    Error Event
    In This Topic
    Occurs when an external exception is thrown (e.g. while printing).
    Syntax
    'Declaration
     
    Public Event Error As System.IO.ErrorEventHandler
    public event System.IO.ErrorEventHandler Error
    See Also