ActiveReports Developer 7
LocateDataSourceEventArgs Constructor
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > LocateDataSourceEventArgs Class : LocateDataSourceEventArgs Constructor

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 Report that is trying to locate the data set.

Glossary Item Box

Initializes a new instance of  LocateCredentials class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataSourceName As System.String, _
   ByVal dataSetName As System.String, _
   ByVal report As PageDocument _
)
C# 
public LocateDataSourceEventArgs( 
   System.string dataSourceName,
   System.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 Report that is trying to locate the data set.

See Also