'Declaration Function ResolveCredentials( _ ByVal dataSourceName As String, _ ByVal reportPath As String, _ ByVal promptText As String _ ) As LoginPasswordCredentials
LoginPasswordCredentials ResolveCredentials( string dataSourceName, string reportPath, string promptText )
Parameters
- dataSourceName
- Tthe name of the data source.
- reportPath
- The name of the report to resolve credentials for.
- promptText
- The text of prompt of the resolve credentials request.