MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport.FetchEventHandler Delegate
The source of the event.
FetchEventArgs that contains the event data

In This Topic
SectionReport.FetchEventHandler Delegate
In This Topic

Represents the method that handles the FetchData event.

Syntax
'Declaration
 
Public Delegate Sub SectionReport.FetchEventHandler( _
   ByVal sender As Object, _
   ByVal eArgs As SectionReport.FetchEventArgs _
) 
 

Parameters

sender
The source of the event.
eArgs
FetchEventArgs that contains the event data
See Also