ActiveReports 12
LocateDataSource Event (Designer)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : LocateDataSource Event
Occurs when a data provider of the previewed report needs to locate the data at runtime.
Syntax
'Declaration
 
Public Event LocateDataSource As LocateDataSourceEventHandler
public event LocateDataSourceEventHandler LocateDataSource
Event Data

The event handler receives an argument of type LocateDataSourceEventArgs containing data related to this event. The following LocateDataSourceEventArgs properties provide information specific to this event.

PropertyDescription
The data returned by the event handler.  
Gets the name of data set to be located.  
Gets the name of data source that contains the data set to be located.  
Gets the Report that is trying to locate the data set.  
See Also