ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / LocateDataSourceArgs Class / LocateDataSourceArgs Constructor
The report for which the data set is being located.
The data set object to locate data for.
The parameters collection specified for the report instance.
The name of the requested data source.

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

    Parameters

    report
    The report for which the data set is being located.
    dataSet
    The data set object to locate data for.
    parameters
    The parameters collection specified for the report instance.
    name
    The name of the requested data source.
    See Also