ComponentOne FlexReport for WinForms
ReportEventHandler Delegate

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : ReportEventHandler Delegate
Represents the method that will handle StartPage, C1FlexReport.EndPage, C1FlexReport.StartSection, C1FlexReport.PrintSection events.
Syntax
'Declaration
 
Public Delegate Sub ReportEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ReportEventArgs _
) 
public delegate void ReportEventHandler( 
   System.object sender,
   ReportEventArgs e
)

Parameters

sender
e
See Also

Reference

ReportEventHandler Members
C1.Win.FlexReport Namespace