ActiveReports 13
LocateCredentialsEventArgs Constructor

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace > LocateCredentialsEventArgs Class : LocateCredentialsEventArgs Constructor
The data source to locate credentials for.
The name of the report to locate credentials for.
The text of prompt of the locate credentials request.
Initializes new instance of LocateCredentialsEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSource As GrapeCity.ActiveReports.PageReportModel.DataSource, _
   ByVal reportPath As String, _
   ByVal promptText As String _
)
public LocateCredentialsEventArgs( 
   GrapeCity.ActiveReports.PageReportModel.DataSource dataSource,
   string reportPath,
   string promptText
)

Parameters

dataSource
The data source to locate credentials for.
reportPath
The name of the report to locate credentials for.
promptText
The text of prompt of the locate credentials request.
See Also

Reference

LocateCredentialsEventArgs Class
LocateCredentialsEventArgs Members