| Visual Basic (Declaration) | |
|---|---|
Public Event LocateDataSource() As LocateDataSourceEventHandler | |
| C# | |
|---|---|
public event LocateDataSourceEventHandler LocateDataSource() | |
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.
| Property | Description |
|---|---|
| Data | The data returned by the event handler. |
| DataSetName | Gets the name of data set to be located. |
| DataSourceName | Gets the name of data source that contains the data set to be located. |
| Report | Gets the ReportRuntime that is trying to locate the data set. |