[]
Initializes new instance of LocateCredentialsEventArgs class.
public LocateCredentialsEventArgs(object dataSource, string reportPath, string promptText, string name = null)
| Type | Name | Description |
|---|---|---|
| object | dataSource | The data source to locate credentials for. |
| string | reportPath | The name of the report to locate credentials for. |
| string | promptText | The text of prompt of the locate credentials request. |
| string | name | The datasource's name |