ResolveCredentials Delegate
In This Topic
Gets the credentials for specified report and data source.
Syntax
'Declaration
Public Delegate Function ResolveCredentials( _
ByVal As DataSource, _
ByVal As String _
) As GrapeCity.BI.Data.DataProviders.LoginPasswordCredentials
public delegate GrapeCity.BI.Data.DataProviders.LoginPasswordCredentials ResolveCredentials(
DataSource ,
string
)
Parameters
- dataSource
- The data source to locate credentials for.
- reportName
- The name of the report to resolve credentials for.
See Also