ActiveReports 19 .NET Edition
MESCIUS.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.

In This Topic
LocateCredentialsEventArgs Constructor
In This Topic
Initializes new instance of LocateCredentialsEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSource As DataSource, _
   ByVal reportPath As String, _
   ByVal promptText As String _
)
 

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