C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ReportErrorEventHandler Delegate
The source of the event.
The ReportErrorEventArgs object defining event data.

In This Topic
ReportErrorEventHandler Delegate
In This Topic
Represents the method that will handle ReportError event.
Syntax
'Declaration
 
Public Delegate Sub ReportErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As ReportErrorEventArgs _
) 
 

Parameters

sender
The source of the event.
e
The ReportErrorEventArgs object defining event data.
See Also