GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports Namespace : SectionReport.FetchEventHandler Delegate |
Represents the method that handles the FetchData event.
'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 )