[]
Provides data for the DataProviders used in DataTreeBuilder.
public sealed class LocateDataSourceArgs
Name | Description |
---|---|
LocateDataSourceArgs(Report, IDataSet, IReadOnlyList<DataParameter>, string) | Initializes a new instance of the LocateDataSourceArgs class. |
Name | Description |
---|---|
DataSet | Gets the report's IDataSet object to locate data for. |
Name | Gets the name of the requested data source. The meaning depends on the data provider type. |
Parameters | Gets the Parameters collection specified for a given report instance. |
Report | Gets the Report for which is trying to locate the data set. |