ActiveReports 9
DownloadError Event

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
Exception

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

 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SectionDocument Class
SectionDocument Members
LoadUrl

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum