| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal dataSourceName As String, _ ByVal dataSetName As String, _ ByVal report As ReportRuntime _ ) | |
| C# | |
|---|---|
public LocateDataSourceEventArgs( string dataSourceName, string dataSetName, ReportRuntime report ) | |
Parameters
- dataSourceName
- The name of data source that contains the data set to be located.
- dataSetName
- The name of data set to be located.
- report
- The ReportRuntime that is trying to locate the data set.