ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / LocateDataSourceArgs Class / LocateDataSourceArgs Constructor
The name of the requested data.
Collection of the parameters of the command for which the data is requested.

In This Topic
    LocateDataSourceArgs Constructor
    In This Topic
    Initializes a new instance of the LocateDataSourceArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal parameters As IReadOnlyList(Of DbParameter) _
    )
    public LocateDataSourceArgs( 
       string name,
       IReadOnlyList<DbParameter> parameters
    )

    Parameters

    name
    The name of the requested data.
    parameters
    Collection of the parameters of the command for which the data is requested.
    See Also