Initializes new instance of
LocateCredentialsEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As GrapeCity.ActiveReports.PageReportModel.DataSource, _
ByVal As String, _
ByVal As String _
)
public LocateCredentialsEventArgs(
GrapeCity.ActiveReports.PageReportModel.DataSource ,
string ,
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