'Declaration Public Function New( _ ByVal report As Report, _ ByVal dataSet As IDataSet, _ ByVal parameters As IReadOnlyList(Of DataParameter), _ Optional ByVal name As String _ )
public LocateDataSourceArgs( Report report, IDataSet dataSet, IReadOnlyList<DataParameter> parameters, string name )
Parameters
- report
- The report for which the data set is being located.
- dataSet
- The data set object to locate data for.
- parameters
- The parameters collection specified for the report instance.
- name
- The name of the requested data source.