[]
Initializes a new instance of the LocateDataSourceArgs class.
public LocateDataSourceArgs(Report report, IDataSet dataSet, IReadOnlyList<DataParameter> parameters, string name = "")
| Type | Name | Description |
|---|---|---|
| Report | report | The report for which the data set is being located. |
| IDataSet | dataSet | The data set object to locate data for. |
| IReadOnlyList<DataParameter> | parameters | The parameters collection specified for the report instance. |
| string | name | The name of the requested data source. |