ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / DownloadError Event

In This Topic
    DownloadError Event
    In This Topic
    Occurs when an exception is thrown while downloading a document asynchronously from the LoadUrl location.
    Syntax
    'Declaration
     
    Public Event DownloadError As UrlErrorEventHandler
    public event UrlErrorEventHandler DownloadError
    Event Data

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

    PropertyDescription

    Gets or sets a value that specifies the exception that caused the download error.

     
    See Also