Represents the method that will handle StartPage, EndPage,
StartSection, PrintSection, EndSection,
ReportError, and AddOutlineEntry events.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public delegate void ReportEventHandler( Object sender, ReportEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub ReportEventHandler ( _ sender As Object, _ e As ReportEventArgs _ ) |