ActiveReports 8
LocateDataSource Event (PageDocument)

Occurs when the report needs to locate a data source with from the calling application.
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
DataThe data returned by the event handler.  
DataSetNameGets the name of data set to be located.  
DataSourceNameGets the name of data source that contains the data set to be located.  
ReportGets the Report that is trying to locate the data set.  
See Also

Reference

PageDocument Class
PageDocument Members

Support Forum