C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportEventHandler Delegate

In This Topic
ReportEventHandler Delegate
In This Topic
Represents the method that will handle StartPage, EndPage, StartSection, PrintSection events.
Syntax
'Declaration
 
Public Delegate Sub ReportEventHandler( _
   ByVal sender As Object, _
   ByVal e As ReportEventArgs _
) 
 

Parameters

sender
e
See Also