See Also

Document Class  | Document Members  | LoadUrl

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

DownloadError Event

Occurs when an exception is thrown while downloading a document asynchronously from the LoadUrl location.

[Visual Basic]
Public Event DownloadError() As UrlErrorEventHandler
[C#]
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
Exception Gets or sets a value that specifies the exception that caused the download error.

See Also

Document Class  | Document Members  | LoadUrl

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.