ActiveReports 12
LocateDataSource Event (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : LocateDataSource Event
Fires when the PageReport to view generates LocateDataSource event.
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