ActiveReports 9
LocateDataSourceEventArgs Constructor

The name of data source that contains the data set to be located.
The name of data set to be located.  
The Report that is trying to locate the data set.
Initializes a new instance of  LocateCredentials class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSourceName As System.String, _
   ByVal dataSetName As System.String, _
   ByVal report As PageDocument _
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocateDataSourceEventArgs Class
LocateDataSourceEventArgs Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum