| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal dataSourceName As System.String, _ ByVal reportPath As System.String, _ ByVal promptText As System.String _ ) | |
| C# | |
|---|---|
public LocateCredentialsEventArgs( System.string dataSourceName, System.string reportPath, System.string promptText ) | |
Parameters
- dataSourceName
- The name of 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.