ActiveReports 9
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 System.String, _
   ByVal reportPath As System.String, _
   ByVal promptText As System.String _
) As LoginPasswordCredentials
LoginPasswordCredentials ResolveCredentials( 
   System.string dataSourceName,
   System.string reportPath,
   System.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.
See Also

Reference

ICredentialsLocator Interface
ICredentialsLocator Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum