ActiveReports 12
LocateDataSourceEventArgs Constructor(String,String,PageDocument)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > LocateDataSourceEventArgs Class > LocateDataSourceEventArgs Constructor : LocateDataSourceEventArgs Constructor(String,String,PageDocument)
The name of data source that contains the data set to be located.
The name of data set to be located.
The GrapeCity.ActiveReports.Document.PageDocument that is trying to locate the data set.
Creates a new instance of the LocateDataSourceEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSourceName As String, _
   ByVal dataSetName As String, _
   ByVal report As PageDocument _
)
public LocateDataSourceEventArgs( 
   string dataSourceName,
   string dataSetName,
   PageDocument report
)

Parameters

dataSourceName
The name of data source that contains the data set to be located.
dataSetName
The name of data set to be located.
report
The GrapeCity.ActiveReports.Document.PageDocument that is trying to locate the data set.
See Also

Reference

LocateDataSourceEventArgs Class
LocateDataSourceEventArgs Members
Overload List