[]
Represents a data for the data providers using in the data tree building, including the report parameters.
public sealed class LocateDataSourceArgs
Name | Description |
---|---|
LocateDataSourceArgs(IReadOnlyList<DataParameter>, IReadOnlyList<DataParameter>, Report, IDataSet) | Creates a new instance of the LocateDataSourceArgs class with the specified parameters. |
Name | Description |
---|---|
DataSet | Gets a data set of the report to locate data for. |
Parameters | Gets a query parameters used for locating the data source. |
Report | Gets a report for which is trying to locate the data set. |
ReportParameters | Gets a report parameters specified for a given report instance. |