[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.LocateDataSourceArgs.-ctor

LocateDataSourceArgs Constructor

LocateDataSourceArgs(string, IReadOnlyList<DbParameter>)

Initializes a new instance of the LocateDataSourceArgs class.

Declaration
public LocateDataSourceArgs(string name, IReadOnlyList<DbParameter> parameters)
Parameters
Type Name Description
string name

The name of the requested data.

IReadOnlyList<DbParameter> parameters

Collection of the parameters of the command for which the data is requested.