ActiveReports 18 .NET Edition
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 GrapeCity.BI.Data.DataProviders.LoginPasswordCredentials
    public delegate GrapeCity.BI.Data.DataProviders.LoginPasswordCredentials ResolveCredentials( 
       DataSource dataSource,
       string reportName
    )

    Parameters

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