MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ResolveCredentials Delegate
The data source to locate credentials for.
The name of the report to resolve credentials for.

In This Topic
ResolveCredentials Delegate
In This Topic
Gets the credentials for specified report and data source.
Syntax
'Declaration
 
Public Delegate Function ResolveCredentials( _
   ByVal dataSource As DataSource, _
   ByVal reportName As String _
) As LoginPasswordCredentials
 

Parameters

dataSource
The data source to locate credentials for.
reportName
The name of the report to resolve credentials for.
See Also