ActiveReports 13
LocateDataSource Event (WebViewer)

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer 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 report's GrapeCity.ActiveReports.PageReportModel.IDataSet object to locate data for.  
Gets the Parameters collection specified for a given report instance.  
Gets the Report that is trying to locate the data set.  
See Also