ActiveReports 8
SectionReport.FetchEventHandler Delegate

The source of the event.
FetchEventArgs that contains the event data

Represents the method that handles the FetchData event.

Syntax
'Declaration
 
Public Delegate Sub SectionReport.FetchEventHandler( _
   ByVal sender As System.Object, _
   ByVal eArgs As SectionReport.FetchEventArgs _
) 
public delegate void SectionReport.FetchEventHandler( 
   System.object sender,
   SectionReport.FetchEventArgs eArgs
)

Parameters

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

Reference

SectionReport.FetchEventHandler Members
GrapeCity.ActiveReports Namespace

Support Forum