ActiveReports 12
ResolveCredentials Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > ICredentialsLocator Interface : ResolveCredentials Method
Tthe name of the data source.
The name of the report to resolve credentials for.
The text of prompt of the resolve credentials request.
Gets the credentials for specified data source.
Syntax
'Declaration
 
Function ResolveCredentials( _
   ByVal dataSourceName As String, _
   ByVal reportPath As String, _
   ByVal promptText As String _
) As LoginPasswordCredentials

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.
See Also

Reference

ICredentialsLocator Interface
ICredentialsLocator Members