[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.LocateDataSourceArgs.-ctor

LocateDataSourceArgs Constructor

LocateDataSourceArgs(Report, IDataSet, IReadOnlyList<DataParameter>, string)

Initializes a new instance of the LocateDataSourceArgs class.

Declaration
public LocateDataSourceArgs(Report report, IDataSet dataSet, IReadOnlyList<DataParameter> parameters, string name = "")
Parameters
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.